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