1 implementation of IsElementBindingExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
531
public bool
IsElementBindingExpression
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsElementBindingExpression
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\AddAwait\AbstractAddAwaitCodeRefactoringProvider.cs (1)
87
syntaxFacts.
IsElementBindingExpression
(current))