Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (4)
73Dim boundCallToEquals As BoundExpression = New BoundCall(syntax, Me._iEquatableEqualsMethod, Nothing,
156Dim boundGetHashCode = New BoundCall(syntax, getHashCodeMethod, Nothing,
273Dim boundCallToEquals As BoundExpression = New BoundCall(syntax,
373Dim [call] As BoundExpression = New BoundCall(syntax, formatMethod, Nothing, Nothing,
BoundTree\BoundCall.vb (2)
24Me.New(syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments,
42Me.New(syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments:=BitVector.Null, constantValueOpt, isLValue, suppressObjectClone, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
3103Dim result = New BoundCall(Me.Syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments, constantValueOpt, isLValue, suppressObjectClone, type, Me.HasErrors)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_ConditionalExpresion.vb (1)
142New BoundCall(
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (10)
490Dim compare = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
529Dim compare = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
593left = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
598right = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
641result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
669result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
702Dim compare = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
734result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
767result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
792result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (7)
897result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
975result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
1075result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
1120result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
1214result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
1257result = New BoundCall(node.Syntax, memberSymbol, Nothing, Nothing,
1310Dim callMathRound = New BoundCall(node.Syntax, mathRound, Nothing, Nothing,
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (5)
283statements.Add(nodeFactory.Throw(New BoundCall(node.Syntax, createProjectError, Nothing, Nothing,
301New BoundCall(node.Syntax, clearProjectError, Nothing, Nothing, ImmutableArray(Of BoundExpression).Empty, Nothing, clearProjectError.ReturnType).ToStatement(),
338statements.Add(New BoundCall(node.Syntax, clearProjectError, Nothing, Nothing, ImmutableArray(Of BoundExpression).Empty, Nothing, clearProjectError.ReturnType).ToStatement)
397statements.Add(New BoundCall(node.Syntax, clearProjectError, Nothing, Nothing, ImmutableArray(Of BoundExpression).Empty, Nothing, clearProjectError.ReturnType).ToStatement)
411nodeFactory.Throw(New BoundCall(node.Syntax, createProjectError, Nothing, Nothing,
Generated\BoundNodes.xml.Generated.vb (13)
3101Public Function Update(method As MethodSymbol, methodGroupOpt As BoundMethodGroup, receiverOpt As BoundExpression, arguments As ImmutableArray(Of BoundExpression), defaultArguments As BitVector, constantValueOpt As ConstantValue, isLValue As Boolean, suppressObjectClone As Boolean, type As TypeSymbol) As BoundCall
7018Public Sub New(syntax As SyntaxNode, conversionCall As BoundCall, type As TypeSymbol, Optional hasErrors As Boolean = False)
7028Private ReadOnly _ConversionCall As BoundCall
7029Public ReadOnly Property ConversionCall As BoundCall
7040Public Function Update(conversionCall As BoundCall, type As TypeSymbol) As BoundToQueryableCollectionConversion
9423Return VisitCall(CType(node, BoundCall), arg)
9893Public Overridable Function VisitCall(node As BoundCall, arg As A) As R
10596Public Overridable Function VisitCall(node As BoundCall) As BoundNode
11357Public Overrides Function VisitCall(node As BoundCall) As BoundNode
12354Public Overrides Function VisitCall(node As BoundCall) As BoundNode
12809Dim conversionCall As BoundCall = DirectCast(Me.Visit(node.ConversionCall), BoundCall)
13563Public Overrides Function VisitCall(node As BoundCall, arg As Object) As TreeDumperNode