1 implementation of MyIntProperty
Microsoft.Gen.Logging.Generated.Tests (1)
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
152
public int
MyIntProperty
{ get; set; }
2 references to MyIntProperty
Microsoft.Gen.Logging.Generated.Tests (2)
TagProviderTests.cs (1)
295
["param.MyIntProperty"] = interfaceToLog.
MyIntProperty
.ToInvariantString(),
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
102
list.Add(nameof(ClassToLog.MyIntProperty), param.
MyIntProperty
);