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