1 write to IsNullable
Microsoft.Gen.Logging (1)
Parser.cs (1)
659
IsNullable
= paramTypeSymbol.NullableAnnotation == NullableAnnotation.Annotated,
4 references to IsNullable
Microsoft.Gen.Logging (4)
Emitter.Method.cs (1)
603
isNullable = p.
IsNullable
;
LoggingMethodParameter.cs (2)
40
=> (IsReference && !
IsNullable
)
51
public bool PotentiallyNull => (IsReference && !IsLogger) ||
IsNullable
;
LoggingMethodParameterExtensions.cs (1)
23
IsNullable = parameter.
IsNullable
,