2 writes to MyProperty
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (2)
299
var classToLog = new ClassAsParam {
MyProperty
= 0 };
466
var 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()