11 references to ERR_TypecharNoMatch2
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Expressions.vb (2)
3856
ReportDiagnostic(diagnostics, nodeOrToken, ERRID.
ERR_TypecharNoMatch2
, typeCharacterString, type)
3878
ReportDiagnostic(diagnostics, name, ERRID.
ERR_TypecharNoMatch2
, typeCharacterString, type)
Errors\ErrorFacts.vb (1)
224
ERRID.
ERR_TypecharNoMatch2
,
Preprocessor\ExpressionEvaluator.vb (1)
294
Return ReportSemanticError(ERRID.
ERR_TypecharNoMatch2
, expr, GetDisplayString(typeChar), value.SpecialType.GetDisplayName())
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (7)
Semantics\MethodCalls.vb (7)
2848
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "Goo$()").WithArguments("$", "Void"),
2849
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "Goo$").WithArguments("$", "Void"),
2850
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "M.Goo$()").WithArguments("$", "Void"),
2851
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "M.Goo$").WithArguments("$", "Void"),
2852
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "Bar%(Of Integer)()").WithArguments("%", "Void"),
2853
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "Bar$(Of Integer)").WithArguments("$", "Void"),
2854
Diagnostic(ERRID.
ERR_TypecharNoMatch2
, "Goo1$").WithArguments("$", "Integer"))