1 write to Type
Microsoft.CodeAnalysis.Features (1)
Structure\BlockSpan.cs (1)
65Type = type;
5 references to Type
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
23Type = ConvertType(blockSpan.Type);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockStructureService.cs (1)
20return new OmniSharpBlockStructure(blockStructure.Spans.SelectAsArray(x => new OmniSharpBlockSpan(x.Type, x.IsCollapsible, x.TextSpan, x.HintSpan, x.BannerText, x.AutoCollapse, x.IsDefaultCollapsed)));
Microsoft.CodeAnalysis.Features (2)
Structure\BlockSpan.cs (1)
93var newType = type.HasValue ? type.Value : Type;
Structure\BlockStructureServiceWithProviders.cs (1)
90var type = blockSpan.Type;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
91FoldingRangeKind? foldingRangeKind = span.Type switch