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