9 references to PropertySource
Microsoft.Build (9)
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (9)
121PropertySource.Xml, 251PropertySource source, 270if (IsEnvironmentVariableReadTrackingRequested && _wrapped.EnvironmentVariablePropertiesDictionary.Contains(name) && source != PropertySource.EnvironmentVariable) 281private void TrackPropertyInitialValueSet(P property, PropertySource source) 350private PropertySource DeterminePropertySource(bool isGlobalProperty, bool mayBeReserved, bool isEnvironmentVariable) 354return PropertySource.EnvironmentVariable; 359return PropertySource.Global; 362return mayBeReserved ? PropertySource.BuiltIn : PropertySource.Toolset;