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