2 writes to NonNullableDateTime
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (2)
320
var classToLog = new MyClassWithNullableProperty { NullableDateTime = now,
NonNullableDateTime
= now };
340
var classToLog = new MyClassWithNullableProperty { NullableDateTime = null,
NonNullableDateTime
= now };
1 reference to NonNullableDateTime
Microsoft.Gen.Logging.Generated.Tests (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (1)
5311
state.TagArray[0] = new("classWithNullablePropertyParam.NonNullableDateTime", classWithNullablePropertyParam?.
NonNullableDateTime
.ToString(global::System.Globalization.CultureInfo.InvariantCulture));