3 references to CharSet
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\CoreType.cs (1)
119
case CoreType.
CharSet
: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.CharSet; return;
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (2)
24
ct[CoreType.
CharSet
] == null ||
43
attributeType.ToCustomAttributeNamedArgument(nameof(DllImportAttribute.CharSet), ct[CoreType.
CharSet
], (int)dia.CharSet),