1 implementation of IsAnonymousObjectMemberDeclaratorNameIdentifier
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
670
public bool
IsAnonymousObjectMemberDeclaratorNameIdentifier
([NotNullWhen(true)] SyntaxNode? expression)
1 reference to IsAnonymousObjectMemberDeclaratorNameIdentifier
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (1)
139
if (syntaxFacts.
IsAnonymousObjectMemberDeclaratorNameIdentifier
(expression))