5 references to TryGetPoint
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Extensions\ITextSnapshotExtensionsTests.cs (2)
168Assert.Equal(new SnapshotPoint(snapshot, 15), snapshot.TryGetPoint(3, 0).Value); 175Assert.Null(snapshot.TryGetPoint(3000, 0));
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (3)
99var nullablePoint = textBuffer.CurrentSnapshot.TryGetPoint(iLine, iCol); 143var nullablePoint = snapshot.TryGetPoint(iLine, iCol); 264var nullablePoint = snapshot.TryGetPoint(iLine, iCol);