4 references to PropertyNames
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Utils.cs (3)
1155foreach (string propertyNameWithRangeInfo in res.Properties.PropertyNames) 1512foreach (string property in res.Properties.PropertyNames) 1649foreach (string property in res.Properties.PropertyNames)
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Group.cs (1)
377foreach (string propName in sr.Properties.PropertyNames)