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)
612WriteDeduplicatedString(e.PropertySource);
Microsoft.Build.Engine.UnitTests (11)
BuildEventArgsSerialization_Tests.cs (1)
929e => e.PropertySource,
Evaluation\Evaluator_Tests.cs (10)
4832propertyInitialValueMap["Prop"].PropertySource.ShouldBe("Xml"); 4836propertyInitialValueMap["EnvVar"].PropertySource.ShouldBe("Xml"); 4840propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4844propertyInitialValueMap["NotEnvVarRead"].PropertySource.ShouldBe("Xml"); 4848propertyInitialValueMap["Prop2"].PropertySource.ShouldBe("Xml"); 4952propertyInitialValueMap["Prop"].PropertySource.ShouldBe("Xml"); 4956propertyInitialValueMap["EnvVar"].PropertySource.ShouldBe("Xml"); 4960propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].PropertySource.ShouldBe("EnvironmentVariable"); 4964propertyInitialValueMap["NotEnvVarRead"].PropertySource.ShouldBe("Xml"); 4968propertyInitialValueMap["Prop2"].PropertySource.ShouldBe("Xml");
Microsoft.Build.Framework (1)
PropertyInitialValueSetEventArgs.cs (1)
68writer.WriteOptionalString(PropertySource);