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