2 writes to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
136
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(ClosingPoint.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
356
ClosingPoint
= null;
10 references to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
96
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
136
ClosingPoint = SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
166
var span = new SnapshotSpan(OpeningPoint.GetPoint(snapshot),
ClosingPoint
.GetPoint(snapshot));
208
if (
ClosingPoint
== null)
215
var closingSnapshotPoint =
ClosingPoint
.GetPoint(snapshot);
310
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
365
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
410
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
442
var closingSnapshotPoint =
ClosingPoint
.GetPosition(snapshot);
465
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[
ClosingPoint
.GetPosition(SubjectBuffer.CurrentSnapshot) - 1] == ClosingBrace,