5 references to SearchResult
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
253public System.DirectoryServices.SearchResult? FindOne() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 477public System.DirectoryServices.SearchResult this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 481public bool Contains(System.DirectoryServices.SearchResult result) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 482public void CopyTo(System.DirectoryServices.SearchResult[] results, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 487public int IndexOf(System.DirectoryServices.SearchResult result) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }