2 writes to _type
Microsoft.CodeAnalysis.CSharp (2)
Errors\LazyMissingNonNullTypesContextDiagnosticInfo.cs (2)
25
_type
= type;
31
_type
= original._type;
2 references to _type
Microsoft.CodeAnalysis.CSharp (2)
Errors\LazyMissingNonNullTypesContextDiagnosticInfo.cs (2)
31
_type = original.
_type
;
86
protected override DiagnosticInfo ResolveInfo() => IsNullableReference(
_type
.Type) ? _info : null;