2 instantiations of RegionData
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
6 references to RegionData
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Structure\AbstractSyntaxStructureProviderTests.cs (6)
39private protected Task VerifyBlockSpansAsync(string markupCode, params RegionData[] expectedRegionData)
42private protected async Task VerifyBlockSpansAsync(string markupCode, BlockStructureOptions options, params RegionData[] expectedRegionData)
78protected static RegionData Region(string textSpanName, string hintSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false)
81protected static RegionData Region(string textSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false)
85RegionData regionData,
136return obj is RegionData other