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