2 writes to _workspaceChangedDisposer
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
48_workspaceChangedDisposer = workspace.RegisterWorkspaceChangedHandler(WorkspaceChanged); 54_workspaceChangedDisposer = null;
2 references to _workspaceChangedDisposer
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
46Debug.Assert(_workspaceChangedDisposer == null); 53_workspaceChangedDisposer?.Dispose();