1 write to _contractName
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (1)
31_contractName = contractName;
2 references to _contractName
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (2)
64attributes.Add(new InheritedExportAttribute(_contractName, _contractType)); 69attributes.Add(new ExportAttribute(_contractName, _contractType));