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