4 writes to P0
Microsoft.Gen.Logging.Generated.Tests (4)
LogPropertiesTests.cs (2)
56
P0
= 42,
73
P0
= 42,
TagProviderTests.cs (2)
155
P0
= 42,
179
P0
= 42,
6 references to P0
Microsoft.Gen.Logging.Generated.Tests (6)
LogPropertiesTests.cs (2)
64
Assert.Equal(props.
P0
.ToString(CultureInfo.InvariantCulture), state!.GetValue("P0"));
81
Assert.Equal(props.
P0
.ToString(CultureInfo.InvariantCulture), state!.GetValue("P0"));
TagProviderTests.cs (2)
169
Assert.Equal(props.
P0
.ToString(CultureInfo.InvariantCulture), state[0].Value);
195
Assert.Equal(props.
P0
.ToString(CultureInfo.InvariantCulture), state[0].Value);
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesOmitParameterNameExtensions.cs (2)
41
list.Add(nameof(MyProps.
P0
), param?.
P0
);