3 writes to IsNullable
Microsoft.Gen.Logging (3)
LoggingMethodParameterExtensions.cs (1)
23IsNullable = parameter.IsNullable,
Parser.LogProperties.cs (2)
202IsNullable = property.Type.NullableAnnotation == NullableAnnotation.Annotated, 236lp.IsNullable = false;
1 reference to IsNullable
Microsoft.Gen.Logging (1)
LoggingProperty.cs (1)
32public bool PotentiallyNull => IsReference || IsNullable;