4 references to ERR_NewBoundMustBeLast
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
211diagnostics.Add(ErrorCode.ERR_NewBoundMustBeLast, syntax.GetFirstToken().GetLocation());
Errors\ErrorFacts.cs (1)
862or ErrorCode.ERR_NewBoundMustBeLast
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests2.cs (1)
6109Diagnostic(ErrorCode.ERR_NewBoundMustBeLast, "new").WithLocation(3, 31),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\ParserErrorMessageTests.cs (1)
796Diagnostic(ErrorCode.ERR_NewBoundMustBeLast, "new").WithLocation(5, 22));