7 references to ERR_MisplacedUnchecked
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2272
or ErrorCode.
ERR_MisplacedUnchecked
Parser\DocumentationCommentParser.cs (1)
1195
var misplacedToken = AddErrorAsWarning(EatToken(), ErrorCode.
ERR_MisplacedUnchecked
);
Parser\LanguageParser.cs (1)
3832
var misplacedToken = this.AddError(this.EatToken(), ErrorCode.
ERR_MisplacedUnchecked
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\MemberDeclarationParsingTests.cs (4)
9980
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 12));
10039
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 14));
10100
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 19));
13678
Diagnostic(ErrorCode.
ERR_MisplacedUnchecked
, "unchecked").WithLocation(1, 12)