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