2 overrides of GetAttributes
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpDocumentationCommentService.cs (1)
31protected override SyntaxList<XmlAttributeSyntax> GetAttributes(XmlEmptyElementSyntax xmlEmpty)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicDocumentationCommentService.vb (1)
36Protected Overrides Function GetAttributes(xmlEmpty As XmlEmptyElementSyntax) As SyntaxList(Of XmlNodeSyntax)
1 reference to GetAttributes
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractDocumentationCommentService.cs (1)
125foreach (var attribute in GetAttributes(xmlEmpty))