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