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)
299TextSpan INavigableItem.SourceSpan => _item.DeclaredSymbolInfo.Span;
Microsoft.CodeAnalysis.Workspaces (9)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (9)
188writer.WriteInt32(Span.Start); 189writer.WriteInt32(Span.Length); 226if (root.FullSpan.Contains(this.Span)) 228var node = root.FindNode(this.Span); 235{nameof(this.Span)} = {this.Span} 252&& Span.Equals(other.Span) 261Hash.Combine(Span.GetHashCode(),