3 references to TryGetSpan
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptExtensions.cs (1)
32=> Text.Shared.Extensions.ITextSnapshotExtensions.TryGetSpan(snapshot, startLine, startIndex, endLine, endIndex);
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Shared\Extensions\ITextSnapshotExtensions.cs (1)
91=> TryGetSpan(snapshot, startLine, startIndex, endLine, endIndex) ?? throw new InvalidOperationException(TextEditorResources.The_snapshot_does_not_contain_the_specified_span);
Microsoft.VisualStudio.LanguageServices (1)
Extensions\ITextSnapshotExtensions.cs (1)
19=> snapshot.TryGetSpan(textSpan.iStartLine, textSpan.iStartIndex, textSpan.iEndLine, textSpan.iEndIndex);