1 override of GetNameAttributes
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\DocumentationComments\CSharpAddDocCommentNodesCodeFixProvider.cs (1)
34protected override List<XmlNameAttributeSyntax> GetNameAttributes(XmlElementSyntax node)
2 references to GetNameAttributes
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\DocumentationComments\AbstractAddDocCommentNodesCodeFixProvider.cs (2)
144return paramNodes.Select(GetNameAttributes) 155var paramNameAttributesForNode = GetNameAttributes(paramNode);