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