4 writes to P0
Microsoft.Gen.Logging.Generated.Tests (4)
LogPropertiesTests.cs (2)
56P0 = 42, 73P0 = 42,
TagProviderTests.cs (2)
155P0 = 42, 179P0 = 42,
8 references to P0
Microsoft.Gen.Logging.Generated.Tests (8)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (2)
5603state.TagArray[1] = new("P0", p?.P0); 5671state.TagArray[1] = new("P0", param?.P0);
LogPropertiesTests.cs (2)
64Assert.Equal(props.P0.ToString(CultureInfo.InvariantCulture), state!.GetValue("P0")); 81Assert.Equal(props.P0.ToString(CultureInfo.InvariantCulture), state!.GetValue("P0"));
parent\TestClasses\LogPropertiesOmitParameterNameExtensions.cs (2)
41list.Add(nameof(MyProps.P0), param?.P0);
TagProviderTests.cs (2)
169Assert.Equal(props.P0.ToString(CultureInfo.InvariantCulture), state[0].Value); 195Assert.Equal(props.P0.ToString(CultureInfo.InvariantCulture), state[0].Value);