2 overrides of GetBlockSpansWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Structure\AbstractSyntaxNodeStructureProviderTests.cs (1)
22
internal sealed override async Task<ImmutableArray<BlockSpan>>
GetBlockSpansWorkerAsync
(Document document, BlockStructureOptions options, int position)
Structure\AbstractSyntaxTriviaStructureProviderTests.cs (1)
19
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)
33
=>
GetBlockSpansWorkerAsync
(document, options, position);