Implemented interface member:
3 writes to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (3)
61
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(openingPoint.Position, PointTrackingMode.Positive);
127
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(ClosingPoint.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
326
ClosingPoint
= null;
10 references to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
84
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
127
ClosingPoint = SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
157
var span = new SnapshotSpan(OpeningPoint.GetPoint(snapshot),
ClosingPoint
.GetPoint(snapshot));
187
if (
ClosingPoint
== null)
196
var closingSnapshotPoint =
ClosingPoint
.GetPoint(snapshot);
280
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
335
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
380
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
412
var closingSnapshotPoint =
ClosingPoint
.GetPosition(snapshot);
435
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[
ClosingPoint
.GetPosition(SubjectBuffer.CurrentSnapshot) - 1] == ClosingBrace,