11 overrides of OnClear
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
142protected override void OnClear()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
256protected override void OnClear()
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
3158protected override void OnClear()
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
907protected override void OnClear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1127protected override void OnClear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
78protected override void OnClear()
System\Xml\Serialization\XmlSchemas.cs (1)
160protected override void OnClear()
System.Security.Permissions (4)
System\Diagnostics\EventLogPermissionEntryCollection.cs (1)
19protected override void OnClear() { }
System\Diagnostics\PerformanceCounterPermissionEntryCollection.cs (1)
19protected override void OnClear() { }
System\DirectoryServices\DirectoryServicesPermissionEntryCollection.cs (1)
19protected override void OnClear() { }
System\ServiceProcess\ServiceControllerPermissionEntryCollection.cs (1)
19protected override void OnClear() { }
1 reference to OnClear
System.Collections.NonGeneric (1)
System\Collections\CollectionBase.cs (1)
66OnClear();