4 references to TopLevelName
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1742public System.DirectoryServices.ActiveDirectory.TopLevelName this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1743public bool Contains(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1744public void CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[] names, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1745public int IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }