3 references to Type
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockStructureService.cs (1)
20
return 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)
109
var newType = type.HasValue ? type.Value :
Type
;
Structure\BlockStructureServiceWithProviders.cs (1)
84
var type = blockSpan.
Type
;