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