Implemented interface member:
3 writes to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (3)
59
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(openingPoint.Position, PointTrackingMode.Positive);
125
ClosingPoint
= SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(ClosingPoint.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
324
ClosingPoint
= null;
10 references to ClosingPoint
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
82
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
125
ClosingPoint = SubjectBuffer.CurrentSnapshot.CreateTrackingPoint(
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot), PointTrackingMode.Negative);
155
var span = new SnapshotSpan(OpeningPoint.GetPoint(snapshot),
ClosingPoint
.GetPoint(snapshot));
185
if (
ClosingPoint
== null)
194
var closingSnapshotPoint =
ClosingPoint
.GetPoint(snapshot);
278
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
333
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
378
var closingSnapshotPoint =
ClosingPoint
.GetPoint(SubjectBuffer.CurrentSnapshot);
410
var closingSnapshotPoint =
ClosingPoint
.GetPosition(snapshot);
433
Contract.ThrowIfFalse(SubjectBuffer.CurrentSnapshot[
ClosingPoint
.GetPosition(SubjectBuffer.CurrentSnapshot) - 1] == ClosingBrace,