7 references to DeriveArguments
Microsoft.CodeAnalysis.CSharp (7)
Operations\CSharpOperationFactory.cs (7)
457ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCall); 485var arguments = DeriveArguments(boundFunctionPointerInvocation); 516var objectCreationOperation = new ObjectCreationOperation(boundAttribute.Constructor.GetPublicSymbol(), initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), boundAttribute.ConstantValueOpt, isImplicit: true); 637ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundIndexerAccess); 730ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundObjectCreationExpression); 893arguments = DeriveArguments(boundObjectInitializerMember); 927ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCollectionElementInitializer);