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