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)
590
WriteDeduplicatedString(e.
PropertySource
);
Microsoft.Build.Engine.UnitTests (11)
BuildEventArgsSerialization_Tests.cs (1)
929
e => e.
PropertySource
,
Evaluation\Evaluator_Tests.cs (10)
4867
propertyInitialValueMap["Prop"].
PropertySource
.ShouldBe("Xml");
4871
propertyInitialValueMap["EnvVar"].
PropertySource
.ShouldBe("Xml");
4875
propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].
PropertySource
.ShouldBe("EnvironmentVariable");
4879
propertyInitialValueMap["NotEnvVarRead"].
PropertySource
.ShouldBe("Xml");
4883
propertyInitialValueMap["Prop2"].
PropertySource
.ShouldBe("Xml");
4987
propertyInitialValueMap["Prop"].
PropertySource
.ShouldBe("Xml");
4991
propertyInitialValueMap["EnvVar"].
PropertySource
.ShouldBe("Xml");
4995
propertyInitialValueMap["DEFINED_ENVIRONMENT_VARIABLE"].
PropertySource
.ShouldBe("EnvironmentVariable");
4999
propertyInitialValueMap["NotEnvVarRead"].
PropertySource
.ShouldBe("Xml");
5003
propertyInitialValueMap["Prop2"].
PropertySource
.ShouldBe("Xml");
Microsoft.Build.Framework (1)
PropertyInitialValueSetEventArgs.cs (1)
68
writer.WriteOptionalString(
PropertySource
);