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