2 instantiations of MyClassWithNullableProperty
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (2)
320var classToLog = new MyClassWithNullableProperty { NullableDateTime = now, NonNullableDateTime = now }; 340var classToLog = new MyClassWithNullableProperty { NullableDateTime = null, NonNullableDateTime = now };
3 references to MyClassWithNullableProperty
Microsoft.Gen.Logging.Generated.Tests (3)
LogPropertiesTests.cs (2)
320var classToLog = new MyClassWithNullableProperty { NullableDateTime = now, NonNullableDateTime = now }; 340var classToLog = new MyClassWithNullableProperty { NullableDateTime = null, NonNullableDateTime = now };
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesExtensions.cs (1)
240public static partial void LogMethodNullablePropertyInClassMatchesNonNullable(ILogger logger, [LogProperties] MyClassWithNullableProperty classWithNullablePropertyParam);