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