2 writes to _trackingPoint
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (2)
120
_trackingPoint
= textView.TextSnapshot.CreateTrackingPoint(position, PointTrackingMode.Negative);
151
_trackingPoint
= textView.TextSnapshot.CreateTrackingPoint(0, PointTrackingMode.Negative);
1 reference to _trackingPoint
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
62
return
_trackingPoint
;