2 references to GetDocCommentStructure
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider_DocComments.cs (2)
41
=>
GetDocCommentStructure
(node.GetLeadingTrivia());
194
var existingTypeDeclarationDocComment =
GetDocCommentStructure
(typeDeclarationLeadingTrivia);