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