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)
62return _trackingPoint;