4 references to CustomStructNullableProperty2
Microsoft.Gen.Logging.Generated.Tests (4)
LogPropertiesTests.cs (4)
280
["classToLog.CustomStructNullableProperty2.LongProperty"] = classToLog.
CustomStructNullableProperty2
?.LongProperty.ToInvariantString(),
282
= classToLog.
CustomStructNullableProperty2
?.TransitiveStructProperty.DateTimeOffsetProperty.ToString(CultureInfo.InvariantCulture),
285
= classToLog.
CustomStructNullableProperty2
?.NullableTransitiveStructProperty?.DateTimeOffsetProperty.ToString(CultureInfo.InvariantCulture),
288
= classToLog.
CustomStructNullableProperty2
?.NullableTransitiveStructProperty2?.DateTimeOffsetProperty.ToString(CultureInfo.InvariantCulture),