4 references to SearchScope
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
207
public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad, System.DirectoryServices.
SearchScope
scope) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
210
public DirectorySearcher(string? filter, string[]? propertiesToLoad, System.DirectoryServices.
SearchScope
scope) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
237
[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.
SearchScope
.Subtree)]
238
public System.DirectoryServices.
SearchScope
SearchScope { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }