2 writes to NullableDateTime
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 NullableDateTime
Microsoft.Gen.Logging.Generated.Tests (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (1)
5310
state.TagArray[1] = new("classWithNullablePropertyParam.NullableDateTime", classWithNullablePropertyParam?.
NullableDateTime
?.ToString(global::System.Globalization.CultureInfo.InvariantCulture));