2 writes to PropertySource
Microsoft.Build.Framework (2)
PropertyInitialValueSetEventArgs.cs (2)
44
this.
PropertySource
= propertySource;
77
PropertySource
= reader.ReadOptionalString();
13 references to PropertySource
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
612
WriteDeduplicatedString(e.
PropertySource
);
Microsoft.Build.Engine.UnitTests (11)
BuildEventArgsSerialization_Tests.cs (1)
929
e => e.
PropertySource
,
Evaluation\Evaluator_Tests.cs (10)
4832
propertyInitialValueMap["Prop"].
PropertySource
.ShouldBe("Xml");
4836
propertyInitialValueMap["EnvVar"].
PropertySource
.ShouldBe("Xml");
4840
propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].
PropertySource
.ShouldBe("EnvironmentVariable");
4844
propertyInitialValueMap["NotEnvVarRead"].
PropertySource
.ShouldBe("Xml");
4848
propertyInitialValueMap["Prop2"].
PropertySource
.ShouldBe("Xml");
4952
propertyInitialValueMap["Prop"].
PropertySource
.ShouldBe("Xml");
4956
propertyInitialValueMap["EnvVar"].
PropertySource
.ShouldBe("Xml");
4960
propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].
PropertySource
.ShouldBe("EnvironmentVariable");
4964
propertyInitialValueMap["NotEnvVarRead"].
PropertySource
.ShouldBe("Xml");
4968
propertyInitialValueMap["Prop2"].
PropertySource
.ShouldBe("Xml");
Microsoft.Build.Framework (1)
PropertyInitialValueSetEventArgs.cs (1)
68
writer.WriteOptionalString(
PropertySource
);