2 references to ITextSnapshotExtensions
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptExtensions.cs (2)
32
=> Text.Shared.Extensions.
ITextSnapshotExtensions
.TryGetSpan(snapshot, startLine, startIndex, endLine, endIndex);
35
=> Text.Shared.Extensions.
ITextSnapshotExtensions
.GetLineAndCharacter(snapshot, position, out lineNumber, out characterIndex);