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