2 references to ExtensionCacheValue
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
716
_extensionCache.properties[attribute] = new
ExtensionCacheValue
((object[])value, objectType, mt);
718
_extensionCache.properties[attribute] = new
ExtensionCacheValue
(new object[] { value }, objectType, mt);