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