Implemented interface member:
property
Location
Microsoft.Build.Execution.IPropertyElementWithLocation.Location
7 references to Location
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (5)
56
buckets = BatchingEngine.PrepareBatchingBuckets(parameterValues, lookup, property.
Location
, LoggingContext);
77
property.
Location
,
85
string evaluatedValue = bucket.Expander.ExpandIntoStringLeaveEscaped(property.Value, ExpanderOptions.ExpandAll, property.
Location
);
93
bucket.Lookup.SetProperty(ProjectPropertyInstance.Create(property.Name, evaluatedValue, property.
Location
, Project.IsImmutable));
94
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());