1 instantiation of TrackingSession
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ActiveStatementTrackingService.cs (1)
71var newSession = new TrackingSession(_workspace, spanProvider);
3 references to TrackingSession
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\ActiveStatementTrackingService.cs (3)
61private TrackingSession? _session; 71var newSession = new TrackingSession(_workspace, spanProvider); 86var session = Interlocked.Exchange(ref _session, null);