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