1 write to Adsi
System.Web.Services (1)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (1)
237
Adsi
= null;
9 references to Adsi
System.Web.Services (9)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (9)
71
DirectoryEntry vdir = (DirectoryEntry)
Adsi
[nameAdsiDir]; //may be already bound
76
Adsi
[nameAdsiDir] = vdir;
80
DirectoryEntry child = (DirectoryEntry)
Adsi
[obj.Path];
83
Adsi
[obj.Path] = obj;
97
DirectoryEntry vdir = (DirectoryEntry)
Adsi
[dir];
103
Adsi
[dir] = vdir;
149
DirectoryEntry site = (DirectoryEntry)
Adsi
[obj.Path]; //may be already bound
152
Adsi
[obj.Path] = obj;
230
foreach (DictionaryEntry obj in
Adsi
) {