4 writes to P1
Microsoft.Gen.Logging.Generated.Tests (4)
LogPropertiesTests.cs (2)
57
P1
= "foo"
74
P1
= "foo"
TagProviderTests.cs (2)
156
P1
= "foo"
180
P1
= "foo"
5 references to P1
Microsoft.Gen.Logging.Generated.Tests (5)
LogPropertiesTests.cs (2)
65
Assert.Equal(props.
P1
, state!.GetValue("P1"));
82
Assert.Equal(props.
P1
, state!.GetValue("P1"));
TagProviderTests.cs (2)
171
Assert.Equal(props.
P1
, state[1].Value);
197
Assert.Equal(props.
P1
, state[1].Value);
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesOmitParameterNameExtensions.cs (1)
42
list.Add("Custom_property_name", param?.
P1
);