6 references to Path
System.DirectoryServices (2)
System\DirectoryServices\SearchResult.cs (2)
30return new DirectoryEntry(Path, true, _parentCredentials.UserName, _parentCredentials.Password, _parentAuthenticationType); 33DirectoryEntry newEntry = new DirectoryEntry(Path, true, null, null, _parentAuthenticationType);
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
905((SearchResult)this.current).Path);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
252path = sr.Path;
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
137Debug.Assert(sr.Path.StartsWith("LDAP:", StringComparison.Ordinal) || sr.Path.StartsWith("GC:", StringComparison.Ordinal));