2 writes to LowInt64
System.DirectoryServices (2)
Interop\AdsValueHelper2.cs (2)
259LowInt64 = (long)managedValue; 262LowInt64 = (bool)managedValue ? -1 : 0;
2 references to LowInt64
System.DirectoryServices (2)
Interop\AdsValueHelper2.cs (2)
201return LowInt64; 221return new ArgumentException(SR.Format(SR.DSConvertFailed, "0x" + Convert.ToString(LowInt64, 16), "0x" + Convert.ToString(adsvalue.dwType, 16)));