3 references to REG_SZ
System.ServiceModel (3)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (3)
770int status = SafeNativeMethods.RegSetValueEx(this, valName, 0, SafeNativeMethods.REG_SZ, value, (value.Length * 2) + 2); 794if (type == SafeNativeMethods.REG_SZ) 867case (SafeNativeMethods.REG_SZ):