2 writes to PropertySource
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
44this.PropertySource = propertySource; 77PropertySource = reader.ReadOptionalString();
13 references to PropertySource
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
590WriteDeduplicatedString(e.PropertySource);
Microsoft.Build.Engine.UnitTests (11)
BuildEventArgsSerialization_Tests.cs (1)
929e => e.PropertySource,
Evaluation\Evaluator_Tests.cs (10)
4867propertyInitialValueMap["Prop"].PropertySource.ShouldBe("Xml"); 4871propertyInitialValueMap["EnvVar"].PropertySource.ShouldBe("Xml"); 4875propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4879propertyInitialValueMap["NotEnvVarRead"].PropertySource.ShouldBe("Xml"); 4883propertyInitialValueMap["Prop2"].PropertySource.ShouldBe("Xml"); 4987propertyInitialValueMap["Prop"].PropertySource.ShouldBe("Xml"); 4991propertyInitialValueMap["EnvVar"].PropertySource.ShouldBe("Xml"); 4995propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4999propertyInitialValueMap["NotEnvVarRead"].PropertySource.ShouldBe("Xml"); 5003propertyInitialValueMap["Prop2"].PropertySource.ShouldBe("Xml");
Microsoft.Build.Framework (1)
PropertyInitialValueSetEventArgs.cs (1)
68writer.WriteOptionalString(PropertySource);