2 writes to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
137
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(ClosingPoint.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
357
ClosingPoint
= null;
10 references to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
97
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
137
ClosingPoint = SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
167
var span = new SnapshotSpan(OpeningPoint.GetPoint(snapshot),
ClosingPoint
.GetPoint(snapshot));
209
if (
ClosingPoint
== null)
216
var closingSnapshotPoint =
ClosingPoint
.GetPoint(snapshot);
311
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
366
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
411
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
443
var closingSnapshotPoint =
ClosingPoint
.GetPosition(snapshot);
466
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[
ClosingPoint
.GetPosition(SubjectBuffer.CurrentSnapshot) - 1] == ClosingBrace,