20 references to CheckTypeSymbolInUnsupportedContext
Roslyn.Diagnostics.Analyzers (20)
AbstractDoNotCopyValue.cs (20)
468CheckTypeSymbolInUnsupportedContext(operation, operation.ExceptionType);
531CheckTypeSymbolInUnsupportedContext(operation, operation.InputType);
597CheckTypeSymbolInUnsupportedContext(operation, operation.InputType);
598CheckTypeSymbolInUnsupportedContext(operation, operation.MatchedType);
635CheckTypeSymbolInUnsupportedContext(operation, operation.InputType);
656CheckTypeSymbolInUnsupportedContext(operation, type);
659CheckTypeSymbolInUnsupportedContext(operation, operation.ContainingType);
891CheckTypeSymbolInUnsupportedContext(operation, operation.TypeOperand);
1148CheckTypeSymbolInUnsupportedContext(operation, operation.TypeOperand);
1225CheckTypeSymbolInUnsupportedContext(operation, operation.NaturalType);
1238CheckTypeSymbolInUnsupportedContext(operation, operation.TypeOperand);
1469CheckTypeSymbolInUnsupportedContext(operation, @event.Type);
1480CheckTypeSymbolInUnsupportedContext(operation, field.Type);
1488CheckTypeSymbolInUnsupportedContext(operation, property.Type);
1514CheckTypeSymbolInUnsupportedContext(operation, (ITypeSymbol)symbol);
1583CheckTypeSymbolInUnsupportedContext(operation, parameter.Type);
1593CheckTypeSymbolInUnsupportedContext(operation, constraint);
1607CheckTypeSymbolInUnsupportedContext(operation, local.Type);
1615CheckTypeSymbolInUnsupportedContext(operation, symbol.ReturnType);
1624CheckTypeSymbolInUnsupportedContext(operation, typeArguments);