1 implementation of MyStringProperty
Microsoft.Gen.Logging.Generated.Tests (1)
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
154
string IInterfaceToLog.
MyStringProperty
{ get; set; } = "Test string from interface implementation";
2 references to MyStringProperty
Microsoft.Gen.Logging.Generated.Tests (2)
TagProviderTests.cs (1)
296
["param.Custom_property_name"] = interfaceToLog.
MyStringProperty
,
test\Generators\Microsoft.Gen.Logging\TestClasses\TagProviderExtensions.cs (1)
103
list.Add("Custom_property_name", param.
MyStringProperty
);