3 writes to PropertySource
Microsoft.Build.Framework (3)
PropertyInitialValueSetEventArgs.cs (3)
44this.PropertySource = propertySource; 75PropertySource = propertySource; 122PropertySource = 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)
4863propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4983propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable");
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
99string formattedLocation = File == null ? PropertySource : $"{File} ({LineNumber},{ColumnNumber})"; 113writer.WriteOptionalString(PropertySource);