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