1 instantiation of ExtensionCache
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Principal.cs (1)
617
private readonly ExtensionCache _extensionCache = new
ExtensionCache
();
7 references to ExtensionCache
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
1324
ExtensionCache
cacheValues = (
ExtensionCache
)p.GetValueForProperty(propertyName);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (2)
976
ExtensionCache
ec = (
ExtensionCache
)filter.Value;
System\DirectoryServices\AccountManagement\Principal.cs (1)
617
private readonly
ExtensionCache
_extensionCache = new ExtensionCache();
System\DirectoryServices\AccountManagement\StoreCtx.cs (2)
427
else if (value is
ExtensionCache
)
429
((FilterBase)filter).Value = (
ExtensionCache
)value;