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