2 references to CharSetAnsi
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1176
linkFlags |= (int)PInvokeAttributes.
CharSetAnsi
;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2194
case PInvokeAttributes.
CharSetAnsi
: charSet = CharSet.Ansi; break;