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