18 references to CheckMethodSymbolInUnsupportedContext
Roslyn.Diagnostics.Analyzers (17)
AbstractDoNotCopyValue.cs (17)
382
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
439
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
494
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
551
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
735
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
822
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
910
CheckMethodSymbolInUnsupportedContext
(operation, operation.Symbol);
942
CheckMethodSymbolInUnsupportedContext
(operation, operation.Method);
1072
CheckMethodSymbolInUnsupportedContext
(operation, operation.Method);
1251
CheckMethodSymbolInUnsupportedContext
(operation, operation.OperatorMethod);
1470
CheckMethodSymbolInUnsupportedContext
(operation, @event.AddMethod);
1471
CheckMethodSymbolInUnsupportedContext
(operation, @event.RemoveMethod);
1472
CheckMethodSymbolInUnsupportedContext
(operation, @event.RaiseMethod);
1494
CheckMethodSymbolInUnsupportedContext
(operation, property.GetMethod);
1495
CheckMethodSymbolInUnsupportedContext
(operation, property.SetMethod);
1530
CheckMethodSymbolInUnsupportedContext
(operation, (IMethodSymbol)symbol);
1599
CheckMethodSymbolInUnsupportedContext
(operation, conversion.MethodSymbol);
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpDoNotCopyValue.cs (1)
38
CheckMethodSymbolInUnsupportedContext
(operation, getEnumeratorMethod);