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