18 references to CheckMethodSymbolInUnsupportedContext
Roslyn.Diagnostics.Analyzers (17)
AbstractDoNotCopyValue.cs (17)
381
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
438
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
493
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
550
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
734
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
821
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
909
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
941
CheckMethodSymbolInUnsupportedContext
(operation, operation.Method);
1071
CheckMethodSymbolInUnsupportedContext
(operation, operation.Method);
1250
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
1469
CheckMethodSymbolInUnsupportedContext
(operation, @event.AddMethod);
1470
CheckMethodSymbolInUnsupportedContext
(operation, @event.RemoveMethod);
1471
CheckMethodSymbolInUnsupportedContext
(operation, @event.RaiseMethod);
1493
CheckMethodSymbolInUnsupportedContext
(operation, property.GetMethod);
1494
CheckMethodSymbolInUnsupportedContext
(operation, property.SetMethod);
1529
CheckMethodSymbolInUnsupportedContext
(operation, (IMethodSymbol)symbol);
1598
CheckMethodSymbolInUnsupportedContext
(operation, conversion.MethodSymbol);
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpDoNotCopyValue.cs (1)
38
CheckMethodSymbolInUnsupportedContext
(operation, getEnumeratorMethod);