1 write to InvocationExpression
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\Analyzers\VisualBasic\CodeFixes\GenerateParameterizedMember\VisualBasicGenerateParameterizedMemberService.vb (1)
27
Me.
InvocationExpression
= state.InvocationExpressionOpt
13 references to InvocationExpression
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (13)
src\Analyzers\VisualBasic\CodeFixes\GenerateParameterizedMember\VisualBasicGenerateParameterizedMemberService.vb (13)
33
Me.
InvocationExpression
.ArgumentList, reservedNames:=typeParametersNames, cancellationToken:=cancellationToken)
58
Document.SemanticModel, Me.
InvocationExpression
, objectAsDefault:=True,
65
If Me.
InvocationExpression
.ArgumentList IsNot Nothing Then
66
For Each argument In Me.
InvocationExpression
.ArgumentList.Arguments
131
Return If(Me.
InvocationExpression
.ArgumentList IsNot Nothing AndAlso Me.
InvocationExpression
.ArgumentList.GetArgumentCount() > 0,
132
Me.
InvocationExpression
.ArgumentList.Arguments.Select(Function(a) RefKind.None).ToImmutableArray(),
137
Return If(Me.
InvocationExpression
.ArgumentList IsNot Nothing AndAlso Me.
InvocationExpression
.ArgumentList.GetArgumentCount() > 0,
138
Me.
InvocationExpression
.ArgumentList.Arguments.Select(Function(a) DetermineParameterType(a, cancellationToken)).ToImmutableArray(),
143
Return If(Me.
InvocationExpression
.ArgumentList IsNot Nothing AndAlso Me.
InvocationExpression
.ArgumentList.GetArgumentCount() > 0,
144
Me.
InvocationExpression
.ArgumentList.Arguments.Select(AddressOf DetermineParameterOptionality).ToImmutableArray(),