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