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