16 references to BoundTryCast
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Conversions.vb (12)
189Return New BoundTryCast(node, argument, conversionKind:=Nothing, type:=targetType, hasErrors:=True) 212argument = New BoundTryCast(node, argument, ConversionKind.Identity, targetType) 221Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 227Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 237Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 242Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 247Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 255Return New BoundTryCast(node, argument, conv, targetType, hasErrors:=True) 1259argument = New BoundTryCast(tree, argument, convKind, targetType, hasErrors:=hasErrors) 1386Return New BoundTryCast(tree, errorRecovery, convKind, targetType, hasErrors:=True) 1547Return New BoundTryCast(tree, lambda, convKind, targetType, hasErrors:=True).MakeCompilerGenerated() 1598Return New BoundTryCast(tree, lambda, convKind, targetType).MakeCompilerGenerated()
Binding\Binder_Expressions.vb (1)
1493argument = New BoundTryCast(tree, argument, conv, destination)
Binding\Binder_Statements.vb (1)
3489boundDisposeCast = New BoundTryCast(collectionSyntax, boundEnumeratorPlaceholder.MakeRValue(), conversionKind, idisposableType, Nothing)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
69Dim boundTryCast As BoundExpression = New BoundTryCast(syntax, boundObjReference, ConversionKind.NarrowingReference,
Lowering\SyntheticBoundNodeFactory.vb (1)
627Return New BoundTryCast(Me.Syntax, expression, Conversions.ClassifyTryCastConversion(expression.Type, type, CompoundUseSiteInfo(Of AssemblySymbol).Discarded), type)