1 implementation of IsAllowed
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
SplitComment\CSharpSplitCommentService.cs (1)
23
public bool
IsAllowed
(SyntaxNode root, SyntaxTrivia trivia)
1 reference to IsAllowed
Microsoft.CodeAnalysis.EditorFeatures (1)
SplitComment\SplitCommentCommandHandler.cs (1)
151
if (!splitCommentService.
IsAllowed
(document.Root, trivia))