4 instantiations of ExtensionCacheValue
System.DirectoryServices.AccountManagement (4)
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);
7 references to ExtensionCacheValue
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1327
foreach (KeyValuePair<string,
ExtensionCacheValue
> kvp in cacheValues.properties)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
978
foreach (KeyValuePair<string,
ExtensionCacheValue
> kvp in ec.properties)
System\DirectoryServices\AccountManagement\ExtensionCache.cs (4)
52
private readonly Dictionary<string,
ExtensionCacheValue
> _cache = new Dictionary<string,
ExtensionCacheValue
>();
56
internal bool TryGetValue(string attr, out
ExtensionCacheValue
o)
61
internal Dictionary<string,
ExtensionCacheValue
> properties
System\DirectoryServices\AccountManagement\Principal.cs (1)
625
ExtensionCacheValue
val;