3 references to EnvironmentVariable
Microsoft.Build (3)
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (3)
286
if (IsEnvironmentVariableReadTrackingRequested && _wrapped.EnvironmentVariablePropertiesDictionary.Contains(name) && source != PropertySource.
EnvironmentVariable
)
376
return PropertySource.
EnvironmentVariable
;
408
PropertySource.
EnvironmentVariable
=> "EnvironmentVariable",