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)
64
attributes.Add(new InheritedExportAttribute(
_contractName
, _contractType));
69
attributes.Add(new ExportAttribute(
_contractName
, _contractType));