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