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