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