3 references to DirectorySynchronization
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
222
public System.DirectoryServices.
DirectorySynchronization
? DirectorySynchronization { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
277
public DirectorySynchronization(System.DirectoryServices.
DirectorySynchronization
? sync) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
282
public System.DirectoryServices.
DirectorySynchronization
Copy() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }