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