2 references to IsCommentOrPreprocessorRegion
Microsoft.CodeAnalysis.Features (2)
Structure\BlockStructureServiceWithProviders.cs (1)
94
var isComment = BlockTypes.
IsCommentOrPreprocessorRegion
(type);
Structure\BlockTypes.cs (1)
63
=> !IsCodeLevelConstruct(type) && !
IsCommentOrPreprocessorRegion
(type);