1 implementation of GetInheritanceMarginItemsAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\InheritanceMargin\RemoteInheritanceMarginService.cs (1)
28public ValueTask<ImmutableArray<InheritanceMarginItem>> GetInheritanceMarginItemsAsync(
1 reference to GetInheritanceMarginItemsAsync
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService.cs (1)
60service.GetInheritanceMarginItemsAsync(solutionInfo, document.Id, spanToSearch, includeGlobalImports: includeGlobalImports, frozenPartialSemantics: frozenPartialSemantics, cancellationToken),