1 write to IsReference
Microsoft.Gen.Logging (1)
Parser.cs (1)
660IsReference = paramTypeSymbol.IsReferenceType,
4 references to IsReference
Microsoft.Gen.Logging (4)
Emitter.Method.cs (1)
175if (p.IsReference)
LoggingMethodParameter.cs (2)
40=> (IsReference && !IsNullable) 51public bool PotentiallyNull => (IsReference && !IsLogger) || IsNullable;
LoggingMethodParameterExtensions.cs (1)
24IsReference = parameter.IsReference,