1 override of GetAttributes
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpDocumentationCommentService.cs (1)
31
protected override SyntaxList<XmlAttributeSyntax>
GetAttributes
(XmlEmptyElementSyntax xmlEmpty)
1 reference to GetAttributes
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\AbstractDocumentationCommentService.cs (1)
125
foreach (var attribute in
GetAttributes
(xmlEmpty))