2 references to ScanForwardThroughIdentifier
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\CompletionUtilities.cs (2)
83=> KeyValuePair.Create(OriginalIdentifierEnd, ScanForwardThroughIdentifier(position, text, syntaxFacts).ToString()); 109var currentIdentifierEnd = ScanForwardThroughIdentifier(item.Span.Start, text, syntaxFacts);