Home
last modified time | relevance | path

Searched refs:IncompatibleGenericExportProperty (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.TypedParts/tests/
H A DContainerConfigurationTests.cs586 …configuration = new ContainerConfiguration().WithPart(typeof(IncompatibleGenericExportProperty<>)); in CreateContainer_ExportIncompatibleGenericProperty_ThrowsCompositionFailedException()
590 public class IncompatibleGenericExportProperty<T> class in System.Composition.Hosting.Tests.ContainerConfigurationTests