4 writes to P1
Microsoft.Gen.Logging.Generated.Tests (4)
LogPropertiesTests.cs (2)
57P1 = "foo" 74P1 = "foo"
TagProviderTests.cs (2)
156P1 = "foo" 180P1 = "foo"
7 references to P1
Microsoft.Gen.Logging.Generated.Tests (7)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (2)
5604state.TagArray[0] = new("P1", p?.P1); 5672state.TagArray[0] = new("P1", param?.P1);
LogPropertiesTests.cs (2)
65Assert.Equal(props.P1, state!.GetValue("P1")); 82Assert.Equal(props.P1, state!.GetValue("P1"));
parent\TestClasses\LogPropertiesOmitParameterNameExtensions.cs (1)
42list.Add("Custom_property_name", param?.P1);
TagProviderTests.cs (2)
171Assert.Equal(props.P1, state[1].Value); 197Assert.Equal(props.P1, state[1].Value);