1 write to dwType
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
249dwType = (int)adsType
3 references to dwType
System.DirectoryServices (3)
Interop\AdsValueHelper2.cs (3)
111switch ((AdsType)adsvalue.dwType) 218return new NotImplementedException(SR.Format(SR.DSAdsvalueTypeNYI, "0x" + Convert.ToString(adsvalue.dwType, 16))); 221return new ArgumentException(SR.Format(SR.DSConvertFailed, "0x" + Convert.ToString(LowInt64, 16), "0x" + Convert.ToString(adsvalue.dwType, 16)));