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