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