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