1 implementation of IsNameOfNamedArgument
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
190public bool IsNameOfNamedArgument([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsNameOfNamedArgument
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
297syntaxFacts.IsNameOfNamedArgument(token.Parent))