7 references to DeriveArguments
Microsoft.CodeAnalysis.CSharp (7)
Operations\CSharpOperationFactory.cs (7)
454ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCall); 482var arguments = DeriveArguments(boundFunctionPointerInvocation); 513var objectCreationOperation = new ObjectCreationOperation(boundAttribute.Constructor.GetPublicSymbol(), initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), boundAttribute.ConstantValueOpt, isImplicit: true); 634ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundIndexerAccess); 727ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundObjectCreationExpression); 887arguments = DeriveArguments(boundObjectInitializerMember); 921ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCollectionElementInitializer);