2 writes to IsReference
Microsoft.Gen.Logging (2)
Model\LoggingMethodParameterExtensions.cs (1)
24
IsReference
= parameter.IsReference,
Parsing\Parser.LogProperties.cs (1)
201
IsReference
= property.Type.IsReferenceType,
2 references to IsReference
Microsoft.Gen.Logging (2)
Emission\Emitter.Method.cs (1)
187
if (p.
IsReference
)
Model\LoggingProperty.cs (1)
32
public bool PotentiallyNull =>
IsReference
|| IsNullable;