2 instantiations of AdsVLV
System.DirectoryServices (2)
Interop\AdsValueHelper2.cs (1)
227
var vlv = new
AdsVLV
();
System\DirectoryServices\DirectorySearcher.cs (1)
825
AdsVLV vlvValue = new
AdsVLV
();
3 references to AdsVLV
System.DirectoryServices (3)
Interop\AdsValueHelper2.cs (1)
227
var
vlv = new AdsVLV();
System\DirectoryServices\DirectorySearcher.cs (2)
825
AdsVLV
vlvValue = new AdsVLV();
847
IntPtr vlvPtr = Marshal.AllocHGlobal(Marshal.SizeOf<
AdsVLV
>());