2 writes to _isSmallGroup
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Group.cs (2)
365
_isSmallGroup
= false;
389
_isSmallGroup
= true;
3 references to _isSmallGroup
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Group.cs (3)
360
if (
_isSmallGroup
.HasValue)
362
return
_isSmallGroup
.Value;
395
return
_isSmallGroup
.Value;