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