6 references to ERR_VarMayNotBindToType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1326
diagnostics.Add(ErrorCode.
ERR_VarMayNotBindToType
, node.VarKeyword.GetLocation(), foundSymbol.ToDisplayString());
Errors\ErrorFacts.cs (1)
1868
case ErrorCode.
ERR_VarMayNotBindToType
:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Semantics\PatternMatchingTests_Global.cs (1)
6345
Diagnostic(ErrorCode.
ERR_VarMayNotBindToType
, "var").WithArguments("var").WithLocation(4, 14)
Semantics\PatternMatchingTests2.cs (3)
860
Diagnostic(ErrorCode.
ERR_VarMayNotBindToType
, "var").WithArguments("N.var").WithLocation(10, 32),
869
Diagnostic(ErrorCode.
ERR_VarMayNotBindToType
, "var").WithArguments("N.var").WithLocation(11, 33),
878
Diagnostic(ErrorCode.
ERR_VarMayNotBindToType
, "var").WithArguments("N.var").WithLocation(12, 32)