9 references to PropertySource
Microsoft.Build (9)
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (9)
121
PropertySource
.Xml,
251
PropertySource
source,
270
if (IsEnvironmentVariableReadTrackingRequested && _wrapped.EnvironmentVariablePropertiesDictionary.Contains(name) && source !=
PropertySource
.EnvironmentVariable)
281
private void TrackPropertyInitialValueSet(P property,
PropertySource
source)
350
private
PropertySource
DeterminePropertySource(bool isGlobalProperty, bool mayBeReserved, bool isEnvironmentVariable)
354
return
PropertySource
.EnvironmentVariable;
359
return
PropertySource
.Global;
362
return mayBeReserved ?
PropertySource
.BuiltIn :
PropertySource
.Toolset;