2 instantiations of RegionData
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Structure\AbstractSyntaxStructureProviderTests.cs (2)
77=> new(textSpanName, hintSpanName, bannerText, autoCollapse, isDefaultCollapsed); 80=> new(textSpanName, textSpanName, bannerText, autoCollapse, isDefaultCollapsed);
5 references to RegionData
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Structure\AbstractSyntaxStructureProviderTests.cs (5)
37private protected Task VerifyBlockSpansAsync(string markupCode, params RegionData[] expectedRegionData) 40private protected async Task VerifyBlockSpansAsync(string markupCode, BlockStructureOptions options, params RegionData[] expectedRegionData) 76protected static RegionData Region(string textSpanName, string hintSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false) 79protected static RegionData Region(string textSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false) 83RegionData regionData,