13 references to Span
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (2)
233var mappedSpan = tree.GetMappedLineSpan(info.Span, cancellationToken); 235yield return new UnitTestingDocumentSpan(new DocumentSpan(document, info.Span), mappedSpan);
NavigateTo\AbstractNavigateToSearchService.NormalSearch.cs (1)
85if (documentAndSpan.spans is null || documentAndSpan.spans.IntersectsWith(item.DeclaredSymbolInfo.Span))
NavigateTo\RoslynNavigateToItem.cs (1)
300TextSpan INavigableItem.SourceSpan => _item.DeclaredSymbolInfo.Span;
Microsoft.CodeAnalysis.Workspaces (9)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (9)
192writer.WriteInt32(Span.Start); 193writer.WriteInt32(Span.Length); 230if (root.FullSpan.Contains(this.Span)) 232var node = root.FindNode(this.Span); 239{nameof(this.Span)} = {this.Span} 256&& Span.Equals(other.Span) 265Hash.Combine(Span.GetHashCode(),