2 references to GetEntityOfInterestSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
Peek\DefinitionPeekableItem.cs (2)
92var entityOfInterestSpan = PeekHelpers.GetEntityOfInterestSpan(symbol, workspace, declarationFile.IdentifierLocation, cancellationToken); 101var entityOfInterestSpan = PeekHelpers.GetEntityOfInterestSpan(symbol, workspace, declaration, cancellationToken);