20 references to ERR_TypeVarNotFound
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)
1115or ErrorCode.ERR_TypeVarNotFound
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenTupleTest.cs (1)
5442Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 15)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\OutVarTests.cs (1)
20716Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 19),
Semantics\PatternMatchingTests_Scope.cs (2)
3120Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(11, 33), 3241Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(11, 29),
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IDiscardOperation.cs (1)
515Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 18) };
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\DeconstructionTests.cs (2)
4064Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 15) 4122Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(9, 10),
Semantics\LambdaTests.cs (2)
5773Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 13), 5779Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(8, 17));
Semantics\LocalFunctionTests.cs (2)
2530Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 9)); 4096Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 9));
Semantics\SemanticErrorTests.cs (3)
12334Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 12336Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var")); 12347Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"));
Semantics\TopLevelStatementsTests.cs (1)
9637Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(3, 1),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\SymbolErrorTests.cs (3)
14598Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 14601Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 14604Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"),