4 references to ReplicationCursor
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1565public System.DirectoryServices.ActiveDirectory.ReplicationCursor this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1566public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1567public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1568public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }