1 implementation of IsParameterNameXmlElementSyntax
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1365
public bool
IsParameterNameXmlElementSyntax
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsParameterNameXmlElementSyntax
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\AbstractChangeSignatureService.cs (1)
998
if (!syntaxFacts.
IsParameterNameXmlElementSyntax
(content))