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