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)
2346
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);
2364
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);