5 references to Expander
Microsoft.Build (3)
Definition\Toolset.cs (1)
964_expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, FileSystems.Default, loggingContext);
Evaluation\Expander.cs (2)
346: this(properties, fileSystem, null) 366: this(properties, fileSystem, loggingContext)
Microsoft.Build.Engine.UnitTests (2)
Evaluation\Expander_Tests.cs (2)
5139_ = new Expander<ProjectPropertyInstance, ProjectItemInstance>( 5177var result = new Expander<ProjectPropertyInstance, ProjectItemInstance>(new PropertyDictionary<ProjectPropertyInstance>(), FileSystems.Default, loggingContext)