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