7 references to ERR_MisplacedUnchecked
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2271
or ErrorCode.
ERR_MisplacedUnchecked
Parser\DocumentationCommentParser.cs (1)
1193
var misplacedToken = AddErrorAsWarning(EatToken(), ErrorCode.
ERR_MisplacedUnchecked
);
Parser\LanguageParser.cs (1)
3916
var misplacedToken = this.AddError(this.EatToken(), ErrorCode.
ERR_MisplacedUnchecked
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\MemberDeclarationParsingTests.cs (4)
10011
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 12));
10070
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 14));
10131
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 19));
13709
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 12)