1 write to P13
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
103P13 = new Matrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16),
2 references to P13
Microsoft.Gen.Logging.Generated.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (1)
6165state.TagArray[5] = new("p.P13", p?.P13.ToString());
LogPropertiesTests.cs (1)
138Assert.Equal(props.P13.ToString(), state!.GetValue("p.P13"));