14 references to IAdsPathname
System.DirectoryServices (14)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (2)
884NativeComInterfaces.IAdsPathname pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (2)
696NativeComInterfaces.IAdsPathname? pathCracker = null; 697pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (2)
353NativeComInterfaces.IAdsPathname? pathCracker = null; 354pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (2)
68NativeComInterfaces.IAdsPathname pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (4)
90private readonly NativeComInterfaces.IAdsPathname _pathCracker; 95_pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname(); 242NativeComInterfaces.IAdsPathname pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
1838NativeComInterfaces.IAdsPathname pathCracker = (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();