2 writes to MyProperty
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (2)
299var classToLog = new ClassAsParam { MyProperty = 0 }; 466var classToLog = new ClassAsParam { MyProperty = 0 };
4 references to MyProperty
Microsoft.Gen.Logging.Generated.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (2)
5155state.TagArray[0] = new("complexParam.MyProperty", complexParam?.MyProperty); 5345state.TagArray[0] = new("complexParam.MyProperty", complexParam?.MyProperty);
LogPropertiesTests.cs (2)
309["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString(), 479["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString()