7 overrides of OnSetComplete
System.DirectoryServices (7)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (7)
410protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 692protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 739protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 804protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 861protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 911protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1131protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1 reference to OnSetComplete
System.Collections.NonGeneric (1)
System\Collections\CollectionBase.cs (1)
133OnSetComplete(index, temp, value);