10 references to ERR_PlatformDoesntSupport
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\MissingRuntimeMemberDiagnosticHelper.vb (1)
34
diag = ErrorFactory.ErrorInfo(ERRID.
ERR_PlatformDoesntSupport
, verifiedTypename)
Binding\Binder_Expressions.vb (1)
2501
errorInfo = ErrorFactory.ErrorInfo(ERRID.
ERR_PlatformDoesntSupport
, MissingRuntimeMemberDiagnosticHelper.MyVBNamespace)
Errors\ErrorFacts.vb (1)
1282
ERRID.
ERR_PlatformDoesntSupport
,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (7)
ErrorHandling.vb (7)
477
compilation.VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, ExpectedOutput).WithArguments("Unstructured exception handling").WithLocation(2, 9))
506
compilation.VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, "a + 1").WithArguments("Late binding").WithLocation(6, 13),
507
Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, "a & ""test""").WithArguments("Late binding").WithLocation(8, 13)
533
compilation.VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, ExpectedOutput).WithArguments("Like operator").WithLocation(5, 21))
554
compilation.VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, "Error 1").WithArguments("Unstructured exception handling").WithLocation(4, 18))
579
compilation.VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, "a + 1").WithArguments("Late binding").WithLocation(6, 40))
599
compilation.VerifyDiagnostics(Diagnostic(ERRID.
ERR_PlatformDoesntSupport
, "My").WithArguments("My").WithLocation(3, 13))