2 writes to _attributeScopeQuerySpecified
System.DirectoryServices (2)
System\DirectoryServices\DirectorySearcher.cs (2)
418
_attributeScopeQuerySpecified
= true;
423
_attributeScopeQuerySpecified
= false;
2 references to _attributeScopeQuerySpecified
System.DirectoryServices (2)
System\DirectoryServices\DirectorySearcher.cs (2)
269
if (
_attributeScopeQuerySpecified
&& value != SearchScope.Base)
746
if (
_attributeScopeQuerySpecified
)