2 references to CallingConventionMask
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
104switch (_flags & MethodImportAttributes.CallingConventionMask)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
131CallingConvention callConv = (a & MethodImportAttributes.CallingConventionMask) switch