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