2 writes to _activeFrame
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioActiveDocumentTracker.cs (2)
144
_activeFrame
= frame;
169
_activeFrame
= null;
2 references to _activeFrame
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioActiveDocumentTracker.cs (2)
96
var activeFrameSnapshot =
_activeFrame
;
167
if (frame.Frame ==
_activeFrame
)