2 references to CharSetNotSpec
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1173
linkFlags |= (int)PInvokeAttributes.
CharSetNotSpec
;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2193
case PInvokeAttributes.
CharSetNotSpec
: charSet = CharSet.None; break;