2 references to EnvironmentVariable
Microsoft.Build (2)
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (2)
270
if (IsEnvironmentVariableReadTrackingRequested && _wrapped.EnvironmentVariablePropertiesDictionary.Contains(name) && source != PropertySource.
EnvironmentVariable
)
354
return PropertySource.
EnvironmentVariable
;