11 overrides of OnRemove
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
154protected override void OnRemove(int index, object item)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
247protected override void OnRemove(int index, object value)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
3149protected override void OnRemove(int index, object value)
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
83protected override void OnRemove(int index, object? item)
System\Xml\Serialization\XmlSchemas.cs (1)
155protected override void OnRemove(int index, object? value)
System.Security.Permissions (4)
System\Diagnostics\EventLogPermissionEntryCollection.cs (1)
21protected override void OnRemove(int index, object value) { }
System\Diagnostics\PerformanceCounterPermissionEntryCollection.cs (1)
21protected override void OnRemove(int index, object value) { }
System\DirectoryServices\DirectoryServicesPermissionEntryCollection.cs (1)
21protected override void OnRemove(int index, object? value) { }
System\ServiceProcess\ServiceControllerPermissionEntryCollection.cs (1)
21protected override void OnRemove(int index, object value) { }
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
2049protected override void OnRemove(int index, object value)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1197protected override void OnRemove(int index, object value)
3 references to OnRemove
System.Collections.NonGeneric (2)
System\Collections\CollectionBase.cs (2)
77OnRemove(index, temp); 171OnRemove(index, value);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1225base.OnRemove(index, value);