9 references to DeriveArguments
Microsoft.CodeAnalysis.CSharp (9)
Operations\CSharpOperationFactory.cs (9)
464ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCall); 492var arguments = DeriveArguments(boundFunctionPointerInvocation); 523var objectCreationOperation = new ObjectCreationOperation(boundAttribute.Constructor.GetPublicSymbol(), initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.GetPublicTypeSymbol(), boundAttribute.ConstantValueOpt, isImplicit: true); 644ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundIndexerAccess); 737ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundObjectCreationExpression); 908arguments = DeriveArguments(boundObjectInitializerMember); 942ImmutableArray<IArgumentOperation> arguments = DeriveArguments(boundCollectionElementInitializer); 1282: ImmutableArray<IOperation>.CastUp(@this.DeriveArguments(collectionCreation)); 1291: ImmutableArray<IOperation>.CastUp(@this.DeriveArguments(collectionCreation));