5 references to Expander
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
184_expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(baseLookup, baseLookup, FileSystems.Default, loggingContext);
Evaluation\Expander.cs (2)
390: this(properties, items, fileSystem, loggingContext) 405: this(properties, items, fileSystem, null)
Instance\ProjectInstance.cs (2)
2346Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext); 2364Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);