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)
38Debug.Assert(_workspaceChangedDisposer == null); 45_workspaceChangedDisposer?.Dispose();