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; 86protected override DiagnosticInfo ResolveInfo() => IsNullableReference(_type.Type) ? _info : null;