Implemented interface member:
property
Location
Microsoft.Build.Execution.IPropertyElementWithLocation.Location
8 references to Location
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (6)
59
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, property.
Location
, LoggingContext);
80
property.
Location
,
88
string evaluatedValue = bucket.Expander.ExpandIntoStringLeaveEscaped(property.Value, ExpanderOptions.ExpandAll, property.
Location
);
95
property.
Location
,
104
bucket.Lookup.SetProperty(ProjectPropertyInstance.Create(property.Name, evaluatedValue, property.
Location
, Project.IsImmutable));
105
LoggingContext.ProcessPropertyWrite(new PropertyWriteInfo(property.Name, string.IsNullOrEmpty(evaluatedValue), property.
Location
));
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
283
Assert.Equal(x.
Location
, y.
Location
, new Helpers.ElementLocationComparerIgnoringType());