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