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 };
4 references to MyClassWithNullableProperty
Microsoft.Gen.Logging.Generated.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (1)
5297public static partial void LogMethodNullablePropertyInClassMatchesNonNullable(global::Microsoft.Extensions.Logging.ILogger logger, global::TestClasses.LogPropertiesExtensions.MyClassWithNullableProperty classWithNullablePropertyParam)
LogPropertiesTests.cs (2)
320var classToLog = new MyClassWithNullableProperty { NullableDateTime = now, NonNullableDateTime = now }; 340var classToLog = new MyClassWithNullableProperty { NullableDateTime = null, NonNullableDateTime = now };
parent\TestClasses\LogPropertiesExtensions.cs (1)
241public static partial void LogMethodNullablePropertyInClassMatchesNonNullable(ILogger logger, [LogProperties] MyClassWithNullableProperty classWithNullablePropertyParam);