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