4 references to ReplicationFailure
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1582public System.DirectoryServices.ActiveDirectory.ReplicationFailure this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1583public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1584public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[] failures, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1585public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }