6 references to properties
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1327foreach (KeyValuePair<string, ExtensionCacheValue> kvp in cacheValues.properties)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
978foreach (KeyValuePair<string, ExtensionCacheValue> kvp in ec.properties)
System\DirectoryServices\AccountManagement\Principal.cs (4)
701_extensionCache.properties[attribute] = new ExtensionCacheValue((object[])value); 703_extensionCache.properties[attribute] = new ExtensionCacheValue(new object[] { value }); 716_extensionCache.properties[attribute] = new ExtensionCacheValue((object[])value, objectType, mt); 718_extensionCache.properties[attribute] = new ExtensionCacheValue(new object[] { value }, objectType, mt);