2 overrides of HasDocumentationComment
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
80protected override bool HasDocumentationComment(MemberDeclarationSyntax member)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
70Protected Overrides Function HasDocumentationComment(member As DeclarationStatementSyntax) As Boolean
1 reference to HasDocumentationComment
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (1)
140if (!SupportsDocumentationComments(member) || HasDocumentationComment(member))