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