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