8 overrides of OnInsertComplete
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
3140protected override void OnInsertComplete(int index, object value)
System.DirectoryServices (7)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (7)
408protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 690protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 737protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 802protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 859protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 909protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1129protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
2 references to OnInsertComplete
System.Collections.NonGeneric (2)
System\Collections\CollectionBase.cs (2)
155OnInsertComplete(index, value); 198OnInsertComplete(index, value);