4 references to ERR_TryCastOfUnconstrainedTypeParam1
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Conversions.vb (1)
241
ReportDiagnostic(diagnostics, If(castSyntax IsNot Nothing, castSyntax.Type, node), ERRID.
ERR_TryCastOfUnconstrainedTypeParam1
, targetType)
Errors\ErrorFacts.vb (1)
487
ERRID.
ERR_TryCastOfUnconstrainedTypeParam1
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\Conversions.vb (2)
3235
Diagnostic(ERRID.
ERR_TryCastOfUnconstrainedTypeParam1
, "T").WithArguments("T"))
3263
Diagnostic(ERRID.
ERR_TryCastOfUnconstrainedTypeParam1
, "T").WithArguments("T"))