7 references to ERR_BadUnOpArgs
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1227or ErrorCode.ERR_BadUnOpArgs
Parser\LanguageParser.cs (1)
3999opToken = this.AddError(opToken, ErrorCode.ERR_BadUnOpArgs, SyntaxFacts.GetText(opKind));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Symbols\UserDefinedCompoundAssignmentOperatorsTests.cs (5)
220Diagnostic(ErrorCode.ERR_BadUnOpArgs, op).WithArguments(op).WithLocation(5, 25), 255Diagnostic(ErrorCode.ERR_BadUnOpArgs, op).WithArguments(op).WithLocation(6, 21), 300Diagnostic(ErrorCode.ERR_BadUnOpArgs, op).WithArguments(op).WithLocation(5, 34), 336Diagnostic(ErrorCode.ERR_BadUnOpArgs, op).WithArguments(op).WithLocation(6, 30) 373Diagnostic(ErrorCode.ERR_BadUnOpArgs, op).WithArguments(op).WithLocation(7, 39),