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