1 instantiation of SpecificItemDefinitionLibrary
Microsoft.Build.Engine (1)
Items\BuildItem.cs (1)
1346SpecificItemDefinitionLibrary specificItemDefinitionLibrary = new SpecificItemDefinitionLibrary(name, itemDefinitionLibrary);
3 references to SpecificItemDefinitionLibrary
Microsoft.Build.Engine (3)
Engine\Expander.cs (2)
46private SpecificItemDefinitionLibrary specificItemDefinitionLibrary; 128internal Expander(Expander expander, SpecificItemDefinitionLibrary itemDefinitionLibrary)
Items\BuildItem.cs (1)
1346SpecificItemDefinitionLibrary specificItemDefinitionLibrary = new SpecificItemDefinitionLibrary(name, itemDefinitionLibrary);