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