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