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