1 write to _context
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
366
_context
= context;
8 references to _context
Roslyn.Diagnostics.Analyzers (8)
AbstractDoNotCopyValue.cs (8)
1108
else if (operation.GetRefKind(
_context
.OwningSymbol) == RefKind.None && Cache.IsNonCopyableType(returnedValue.Type))
1110
_context
.ReportDiagnostic(returnedValue.CreateDiagnostic(NoReturnValueFromReferenceRule, returnedValue.Type));
1131
_context
.ReportDiagnostic(value.CreateDiagnostic(NoAssignValueFromReferenceRule, value.Type));
1289
_context
.ReportDiagnostic(initializer.CreateDiagnostic(NoAssignValueFromReferenceRule, symbol.Type));
1316
_context
.ReportDiagnostic(initializer.CreateDiagnostic(NoAssignValueFromReferenceRule, operation.Symbol.Type));
1403
return
_context
.OwningSymbol.IsReadOnly() ? RefKind.RefReadOnly : RefKind.Ref;
1570
_context
.ReportDiagnostic(operation.Syntax.CreateDiagnostic(AvoidNullableWrapperRule, type, operation.Kind));
1660
_context
.ReportDiagnostic(node.CreateDiagnostic(UnsupportedUseRule, symbol, operationKind));