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