7 references to DeriveArguments
Microsoft.CodeAnalysis.VisualBasic (7)
Operations\VisualBasicOperationFactory.vb (3)
1217
DeriveArguments
(getEnumeratorArguments,
1223
DeriveArguments
(moveNextArguments,
1229
DeriveArguments
(currentArguments,
Operations\VisualBasicOperationFactory_Methods.vb (4)
173
Return
DeriveArguments
(boundCall.Arguments, boundCall.Method.Parameters, boundCall.DefaultArguments)
179
Return If(boundCreation.ConstructorOpt Is Nothing, ImmutableArray(Of IArgumentOperation).Empty,
DeriveArguments
(boundCreation.Arguments, boundCreation.ConstructorOpt.Parameters, boundCreation.DefaultArguments))
182
Return If(boundProperty.Arguments.Length = 0, ImmutableArray(Of IArgumentOperation).Empty,
DeriveArguments
(boundProperty.Arguments, boundProperty.PropertySymbol.Parameters, boundProperty.DefaultArguments))
188
Return
DeriveArguments
(boundAttribute.ConstructorArguments, boundAttribute.Constructor.Parameters, boundAttribute.ConstructorDefaultArguments)