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