19 references to IsInvocationExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
101if (syntaxFacts.IsInvocationExpression(node.Parent))
Microsoft.CodeAnalysis.Features (15)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (1)
98var invocations = nodes.Where(syntaxFacts.IsInvocationExpression)
ConvertForToForEach\AbstractConvertForToForEachCodeRefactoringProvider.cs (2)
210if (syntaxFacts.IsInvocationExpression(argumentList.Parent)) 445syntaxFacts.IsInvocationExpression(current.Parent.Parent);
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
233if (syntaxFacts.IsInvocationExpression(piece))
EmbeddedLanguages\DateAndTime\LanguageServices\DateAndTimeLanguageDetector.cs (1)
80if (!syntaxFacts.IsInvocationExpression(invocationOrCreation))
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
135if (syntaxFacts.IsInvocationExpression(invocationOrCreation))
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
89if (syntaxFacts.IsInvocationExpression(invocationOrCreation))
ExtractMethod\SelectionResult.cs (1)
171if (!syntaxFacts.IsInvocationExpression(node))
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
294if (!syntaxFacts.IsInvocationExpression(expression))
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (1)
282syntaxFacts.IsInvocationExpression(refNode.Parent.Parent))
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UpdateExpressionState.cs (1)
279if (!this.SyntaxFacts.IsInvocationExpression(invocationExpression))
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UseCollectionInitializerHelpers.cs (1)
32if (syntaxFacts.IsInvocationExpression(expression))
src\Analyzers\Core\CodeFixes\MakeMethodSynchronous\AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
224Debug.Assert(syntaxFacts.IsInvocationExpression(invocationExpression));
ValueTracking\ValueTracker.FindReferencesProgress.cs (1)
179var invocationSyntax = originalNode.FirstAncestorOrSelf<SyntaxNode>(syntaxFacts.IsInvocationExpression);
Wrapping\ChainedExpression\AbstractChainedExpressionWrapper.cs (1)
255|| _syntaxFacts.IsInvocationExpression(node)
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
276if (syntaxFacts.IsInvocationExpression(indexerReference))
Recommendations\AbstractRecommendationServiceRunner.cs (1)
85syntaxFactsService.IsInvocationExpression(lambdaSyntax.Parent.Parent.Parent)))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
628if (!syntaxFacts.IsInvocationExpression(parent))