2 overrides of SupportsSearchNatively
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
24
internal override bool
SupportsSearchNatively
{ get { return true; } }
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_Query.cs (1)
22
internal override bool
SupportsSearchNatively
{ get { return false; } }
2 references to SupportsSearchNatively
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PrincipalSearcher.cs (2)
146
if (!storeCtx.
SupportsSearchNatively
)
170
if (!storeCtx.
SupportsSearchNatively
)