3 writes to PropertySource
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
45this.PropertySource = propertySource; 76PropertySource = propertySource; 123PropertySource = reader.ReadOptionalString();
5 references to PropertySource
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
592WriteDeduplicatedString(e.PropertySource);
Microsoft.Build.Engine.UnitTests (2)
Evaluation\Evaluator_Tests.cs (2)
4875propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4995propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable");
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
100string formattedLocation = File == null ? PropertySource : $"{File} ({LineNumber},{ColumnNumber})"; 114writer.WriteOptionalString(PropertySource);