2 references to CharSetAuto
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1182
linkFlags |= (int)PInvokeAttributes.
CharSetAuto
;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2196
case PInvokeAttributes.
CharSetAuto
: charSet = CharSet.Auto; break;