20 references to ERR_TypeVarNotFound
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
2566var code = (where.Parent is QueryClauseSyntax) ? ErrorCode.ERR_TypeVarNotFoundRangeVariable : ErrorCode.ERR_TypeVarNotFound;
Errors\ErrorFacts.cs (1)
1053case ErrorCode.ERR_TypeVarNotFound:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenTupleTest.cs (1)
5437Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 15)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
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 (11)
Semantics\DeconstructionTests.cs (2)
4064Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 15) 4122Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(9, 10),
Semantics\LambdaTests.cs (2)
5737Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 13), 5743Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(8, 17));
Semantics\LocalFunctionTests.cs (2)
2511Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(6, 9)); 4012Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 9));
Semantics\OutVarTests.cs (1)
20705Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(7, 19),
Semantics\SemanticErrorTests.cs (3)
12284Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 12286Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var")); 12297Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"));
Semantics\TopLevelStatementsTests.cs (1)
9624Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var").WithLocation(3, 1),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\SymbolErrorTests.cs (3)
14450Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 14453Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"), 14456Diagnostic(ErrorCode.ERR_TypeVarNotFound, "var"),