2 references to CharSetUnicode
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1179
linkFlags |= (int)PInvokeAttributes.
CharSetUnicode
;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2195
case PInvokeAttributes.
CharSetUnicode
: charSet = CharSet.Unicode; break;