3 references to GetDocCommentStructure
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider_DocComments.cs (3)
44
=>
GetDocCommentStructure
(GetDocComment(trivia));
141
var typeStructure =
GetDocCommentStructure
(typeDeclarationDocComment)!;
142
var constructorStructure =
GetDocCommentStructure
(constructorDocComment)!;