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