1 implementation of IsDocumentationComment
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1141
public bool
IsDocumentationComment
(SyntaxNode node)
3 references to IsDocumentationComment
Microsoft.CodeAnalysis.Features (3)
ChangeSignature\AbstractChangeSignatureService.cs (1)
987
if (!syntaxFacts.
IsDocumentationComment
(structuredTrivia))
CodeLens\CodeLensReferencesService.cs (1)
175
if (syntaxFactsService.
IsDocumentationComment
(node))
GenerateType\AbstractGenerateTypeService.State.cs (1)
196
if (syntaxFacts.
IsDocumentationComment
(current))