3 references to ValidateAndSplitDocumentationCommentId
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (3)
109
if (!
ValidateAndSplitDocumentationCommentId
(token.ValueText, out var prefix, out var docCommentId))
242
return
ValidateAndSplitDocumentationCommentId
(id, out _, out docCommentId);
341
if (!
ValidateAndSplitDocumentationCommentId
(docCommentId, out prefix, out var id))