6 references to DeriveArguments
Microsoft.CodeAnalysis.VisualBasic (6)
Operations\VisualBasicOperationFactory.vb (5)
449
Dim arguments As ImmutableArray(Of IArgumentOperation) =
DeriveArguments
(boundCall)
689
Dim objectCreationOperation = New ObjectCreationOperation(boundAttribute.Constructor, initializer,
DeriveArguments
(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.Type, boundAttribute.ConstantValueOpt, isImplicit:=True)
822
Dim arguments as ImmutableArray(Of IArgumentOperation) =
DeriveArguments
(boundObjectCreationExpression)
884
Dim arguments as ImmutableArray(Of IArgumentOperation) =
DeriveArguments
(boundPropertyAccess)
1521
Dim arguments =
DeriveArguments
(boundRaiseEventStatement)
Operations\VisualBasicOperationFactory_Methods.vb (1)
185
Return
DeriveArguments
(DirectCast(boundRaiseEvent.EventInvocation, BoundCall))