2 writes to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
117
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(ClosingPoint.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
316
ClosingPoint
= null;
10 references to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
77
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
117
ClosingPoint = SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
147
var span = new SnapshotSpan(OpeningPoint.GetPoint(snapshot),
ClosingPoint
.GetPoint(snapshot));
177
if (
ClosingPoint
== null)
186
var closingSnapshotPoint =
ClosingPoint
.GetPoint(snapshot);
270
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
325
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
370
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
402
var closingSnapshotPoint =
ClosingPoint
.GetPosition(snapshot);
425
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[
ClosingPoint
.GetPosition(SubjectBuffer.CurrentSnapshot) - 1] == ClosingBrace,