7 references to _invocationExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (7)
src\Analyzers\CSharp\CodeFixes\GenerateParameterizedMember\CSharpGenerateParameterizedMemberService.cs (7)
31
_invocationExpression
.ArgumentList, cancellationToken);
35
=>
_invocationExpression
.IsParentKind(SyntaxKind.RefExpression) ? RefKind.Ref : RefKind.None;
43
Document.SemanticModel,
_invocationExpression
, objectAsDefault: true,
52
foreach (var argument in
_invocationExpression
.ArgumentList.Arguments)
125
=> [..
_invocationExpression
.ArgumentList.Arguments.Select(a => a.GetRefKind())];
128
=> [..
_invocationExpression
.ArgumentList.Arguments.Select(a => DetermineParameterType(a, cancellationToken))];
134
=> [..
_invocationExpression
.ArgumentList.Arguments.Select(a => false)];