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