1 write to MyIntProperty
Microsoft.Gen.Logging.Generated.Tests (1)
TagProviderTests.cs (1)
264
var structToLog = new StructToLog {
MyIntProperty
= 0 };
2 references to MyIntProperty
Microsoft.Gen.Logging.Generated.Tests (2)
TagProviderTests.cs (1)
274
["param.MyIntProperty"] = structToLog.
MyIntProperty
.ToInvariantString(),
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
96
list.Add(nameof(ClassToLog.MyIntProperty), param.
MyIntProperty
);