18 references to Expander
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
189
_expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(baseLookup, baseLookup, FileSystems.Default, loggingContext);
Evaluation\Expander.cs (2)
387
:
this
(properties, items, fileSystem, loggingContext)
402
:
this
(properties, items, fileSystem, null)
Instance\ProjectInstance.cs (2)
2238
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);
2256
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);
Microsoft.Build.Engine.UnitTests (13)
BackEnd\TaskRegistry_Tests.cs (1)
2252
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(
Evaluation\Expander_Tests.cs (2)
96
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(
807
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(
Evaluation\ItemSpec_Tests.cs (1)
92
return new
ProjectInstanceExpander
(
ExpressionTree_Tests.cs (9)
102
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(new PropertyDictionary<ProjectPropertyInstance>(), new ItemDictionary<ProjectItemInstance>(), FileSystems.Default, null);
152
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, new ItemDictionary<ProjectItemInstance>(), FileSystems.Default, null);
190
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(new PropertyDictionary<ProjectPropertyInstance>(), itemBag, FileSystems.Default, null);
233
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, itemBag, FileSystems.Default, null);
265
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, itemBag, FileSystems.Default, null);
286
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, itemBag, FileSystems.Default, null);
315
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, itemBag, FileSystems.Default, null);
332
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(new PropertyDictionary<ProjectPropertyInstance>(), itemBag, FileSystems.Default, null);
419
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new
Expander
<ProjectPropertyInstance, ProjectItemInstance>(propertyBag, new ItemDictionary<ProjectItemInstance>(), FileSystems.Default, null);