1 write to IsNullable
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
584
IsNullable
= paramTypeSymbol.NullableAnnotation == NullableAnnotation.Annotated,
4 references to IsNullable
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (1)
585
isNullable = p.
IsNullable
;
Model\LoggingMethodParameter.cs (2)
41
=> (IsReference && !
IsNullable
)
52
public bool PotentiallyNull => (IsReference && !IsLogger) ||
IsNullable
;
Model\LoggingMethodParameterExtensions.cs (1)
23
IsNullable = parameter.
IsNullable
,