6 references to _extensionCache
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\Principal.cs (6)
626if (_extensionCache.TryGetValue(attribute, out val)) 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); 1215return _extensionCache;