5 references to ReplicationOperation
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
1643public System.DirectoryServices.ActiveDirectory.ReplicationOperation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1644public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1645public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[] operations, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1646public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1651public System.DirectoryServices.ActiveDirectory.ReplicationOperation? CurrentOperation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }