3 references to ERR_TypeVarNotFoundRangeVariable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
2566
var code = (where.Parent is QueryClauseSyntax) ? ErrorCode.
ERR_TypeVarNotFoundRangeVariable
: ErrorCode.ERR_TypeVarNotFound;
Errors\ErrorFacts.cs (1)
1383
case ErrorCode.
ERR_TypeVarNotFoundRangeVariable
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
17533
Diagnostic(ErrorCode.
ERR_TypeVarNotFoundRangeVariable
, "var")