2 references to UnitTestingDocumentSpan
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
235yield return new UnitTestingDocumentSpan(new DocumentSpan(document, info.Span), mappedSpan);
ExternalAccess\UnitTesting\IRemoteUnitTestingSearchService.cs (1)
35return new UnitTestingDocumentSpan(documentSpan.Value, Span);