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 };
2 references to MyProperty
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (2)
309["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString(), 479["complexParam.MyProperty"] = classToLog.MyProperty.ToInvariantString()