9 references to None
mscorlib (4)
system\reflection\emit\typebuilder.cs (1)
832
case CharSet.
None
:
system\runtime\interopservices\attributes.cs (3)
789
CharSet charSet = CharSet.
None
;
793
case PInvokeAttributes.CharSetNotSpec: charSet = CharSet.
None
; break;
889
CharSet charSet = CharSet.
None
;
System (2)
compmod\microsoft\win32\UnsafeNativeMethods.cs (2)
207
[DllImport(ExternDll.Kernel32, CharSet = CharSet.
None
, EntryPoint = "AppPolicyGetClrCompat")]
216
[DllImport(ExternDll.Kernel32, CharSet = CharSet.
None
, EntryPoint = "GetCurrentPackageId")]
System.ServiceModel (2)
System\ServiceModel\Channels\UnsafeNativeMethods.cs (2)
1120
[DllImport(KERNEL32, CharSet = CharSet.
None
, EntryPoint = "AppPolicyGetClrCompat")]
1126
[DllImport(KERNEL32, CharSet = CharSet.
None
, EntryPoint = "GetCurrentPackageId")]
System.Xml (1)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\Win8Helpers.cs (1)
31
[DllImport(KERNEL32, CharSet = CharSet.
None
, EntryPoint = "GetCurrentPackageId")]