3 instantiations of ADStoreKey
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
393ADStoreKey key = new ADStoreKey(((DirectoryEntry)p.UnderlyingObject).Guid); 2226ADStoreKey key = new ADStoreKey(this.DnsDomainName, sid);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
311ADStoreKey key = new ADStoreKey(g);
6 references to ADStoreKey
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
393ADStoreKey key = new ADStoreKey(((DirectoryEntry)p.UnderlyingObject).Guid); 2226ADStoreKey key = new ADStoreKey(this.DnsDomainName, sid);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
311ADStoreKey key = new ADStoreKey(g);
System\DirectoryServices\AccountManagement\AD\ADStoreKey.cs (3)
56if (!(o is ADStoreKey)) 59ADStoreKey that = (ADStoreKey)o;