2 writes to _workspaceChangedDisposer
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
40
_workspaceChangedDisposer
= workspace.RegisterWorkspaceChangedHandler(WorkspaceChanged);
46
_workspaceChangedDisposer
= null;
2 references to _workspaceChangedDisposer
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
38
Debug.Assert(
_workspaceChangedDisposer
== null);
45
_workspaceChangedDisposer
?.Dispose();