5 references to BlockTypes
Microsoft.CodeAnalysis.Features (5)
Structure\BlockSpan.cs (1)
72/// A string defined from <see cref="BlockTypes"/>.
Structure\BlockStructureServiceWithProviders.cs (4)
86var isTopLevel = BlockTypes.IsDeclarationLevelConstruct(type); 87var isMemberLevel = BlockTypes.IsCodeLevelConstruct(type); 88var isComment = BlockTypes.IsCommentOrPreprocessorRegion(type); 94type = BlockTypes.Nonstructural;