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