5 references to Expander
Microsoft.Build (3)
Definition\Toolset.cs (1)
862_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)
5244_ = new Expander<ProjectPropertyInstance, ProjectItemInstance>( 5282var result = new Expander<ProjectPropertyInstance, ProjectItemInstance>(new PropertyDictionary<ProjectPropertyInstance>(), FileSystems.Default, loggingContext)