Implemented interface member:
4 references to Remove
Microsoft.CodeAnalysis.Features (1)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
99
_clearedProjectIds.
Remove
(project.Id);
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
125
if (_context._individualWatchedFiles.
Remove
(this) && _watcher != null)
Microsoft.CodeAnalysis.Workspaces (1)
ExtensionManager\AbstractExtensionManager.cs (1)
22
=> _disabledProviders.
Remove
(provider);
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
src\Workspaces\MSBuild\BuildHost\Rpc\RpcServer.cs (1)
85
_ => Contract.ThrowIfFalse(runningTasks.
Remove
(runningTask)),