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);
6 references to RegionData
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Structure\AbstractCSharpSyntaxNodeStructureTests.cs (1)
19
params
RegionData
[] expectedRegionData)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Structure\AbstractSyntaxStructureProviderTests.cs (5)
37
private protected Task VerifyBlockSpansAsync(string markupCode, params
RegionData
[] expectedRegionData)
40
private protected async Task VerifyBlockSpansAsync(string markupCode, BlockStructureOptions options, params
RegionData
[] expectedRegionData)
76
protected static
RegionData
Region(string textSpanName, string hintSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false)
79
protected static
RegionData
Region(string textSpanName, string bannerText, bool autoCollapse, bool isDefaultCollapsed = false)
83
RegionData
regionData,