3 references to ERR_NewBoundWithVal
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
202diagnostics.Add(ErrorCode.ERR_NewBoundWithVal, syntax.GetFirstToken().GetLocation());
Errors\ErrorFacts.cs (1)
901or ErrorCode.ERR_NewBoundWithVal
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\ParserErrorMessageTests.cs (1)
910Diagnostic(ErrorCode.ERR_NewBoundWithVal, "new").WithLocation(4, 42));