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