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