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 };
4 references to MyProperty
Microsoft.Gen.Logging.Generated.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (2)
5155
state.TagArray[0] = new("complexParam.MyProperty", complexParam?.
MyProperty
);
5345
state.TagArray[0] = new("complexParam.MyProperty", complexParam?.
MyProperty
);
LogPropertiesTests.cs (2)
309
["complexParam.MyProperty"] = classToLog.
MyProperty
.ToInvariantString(),
479
["complexParam.MyProperty"] = classToLog.
MyProperty
.ToInvariantString()