2 implementations of ContractName
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ImportAttribute.cs (1)
102
public string?
ContractName
{ get; }
System\ComponentModel\Composition\ImportManyAttribute.cs (1)
102
public string?
ContractName
{ get; }
2 references to ContractName
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
162
if (!string.IsNullOrEmpty(import.
ContractName
))
164
return import.
ContractName
;