33 references to Remove
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
165_pendingConnections.Remove(quicConnection);
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CachingSemanticModelProvider.cs (1)
49_providerCache.Remove(compilation);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
203s_modelToHasUsingAliasesMap.Remove(semanticModel);
Microsoft.CodeAnalysis.EditorFeatures (3)
Editor\TextBufferAssociatedViewService.cs (1)
78s_map.Remove(buffer);
Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs (2)
116_buffersRemovedFromTextViewBufferGraph.Remove(buffer); 159_buffersRemovedFromTextViewBufferGraph.Remove(subjectBuffer);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Shared\AbstractSyntaxIndex.cs (1)
71s_documentIdToIndex.Remove(document.Id);
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
169_previousDisposalLocations.Remove(referenceToTrack);
Microsoft.Extensions.ObjectPool (1)
LeakTrackingObjectPool.cs (1)
51_trackers.Remove(obj);
Microsoft.Maui (1)
VisualDiagnostics\VisualDiagnostics.cs (1)
31 sourceInfos.Remove(target);
Microsoft.Maui.Controls (4)
BindingBase.cs (1)
105 SynchronizedCollections.Remove(collection);
Style.cs (3)
98 _targets.Remove(bindable); 119 _targets.Remove(bindable); 169 specificities.Remove(bindable);
PresentationCore (4)
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
128s_sourceInfoTable.Remove(obj);
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (3)
271cwt.Remove(target); 293_cwt.Remove(target); 301_cwt.Remove(target);
PresentationFramework (3)
System\Windows\Localization.cs (2)
136_commentsOnObjects.Remove(element); 141_attributesOnObjects.Remove(element);
System\Windows\StyleHelper.cs (1)
4807frameworkTemplate.DeferredActions.Remove(triggerContainer);
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (1)
637_gcRoots.Remove(gcRoot);
System\ComponentModel\Composition\Hosting\ImportEngine.cs (1)
642partManagers.Remove(partManager.Part);
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
325s_connectActivityTable?.Remove(this);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1242HashHelpers.SerializationInfoTable.Remove(this);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
762HashHelpers.SerializationInfoTable.Remove(this);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1175HashHelpers.SerializationInfoTable.Remove(this);
System.Transactions.Local (1)
System\Transactions\Transaction.cs (1)
1087s_contextDataTable.Remove(contextKey ?? key!);
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
210_nativeProperties.Remove(key); 323_nativeProperties.Remove(key);
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.ToolToTipDictionary.cs (3)
24_table.Remove(tool); 51_table.Remove(tool); 57_table.Remove(tool);