2 overrides of GetBlockSpansWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Structure\AbstractSyntaxNodeStructureProviderTests.cs (1)
23
internal sealed override async Task<ImmutableArray<BlockSpan>>
GetBlockSpansWorkerAsync
(Document document, BlockStructureOptions options, int position)
Structure\AbstractSyntaxTriviaStructureProviderTests.cs (1)
20
internal sealed override async Task<ImmutableArray<BlockSpan>>
GetBlockSpansWorkerAsync
(Document document, BlockStructureOptions options, int position)
1 reference to GetBlockSpansWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
34
=>
GetBlockSpansWorkerAsync
(document, options, position);