1 write to Span
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
113Span = span;
12 references to Span
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (2)
234var mappedSpan = tree.GetMappedLineSpan(info.Span, cancellationToken); 236yield return new UnitTestingDocumentSpan(new DocumentSpan(document, info.Span), mappedSpan);
NavigateTo\RoslynNavigateToItem.cs (1)
358TextSpan INavigableItem.SourceSpan => _item.DeclaredSymbolInfo.Span;
Microsoft.CodeAnalysis.Workspaces (9)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (9)
197writer.WriteInt32(Span.Start); 198writer.WriteInt32(Span.Length); 241if (root.FullSpan.Contains(this.Span)) 243var node = root.FindNode(this.Span); 250{nameof(this.Span)} = {this.Span} 267&& Span.Equals(other.Span) 276Hash.Combine(Span.GetHashCode(),