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