5 references to CallingConventionStdCall
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
112case MethodImportAttributes.CallingConventionStdCall: 209result |= MethodImportAttributes.CallingConventionStdCall;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
2860new { attr = MakeDllImport(cc: CallingConvention.StdCall), expected = MethodImportAttributes.CallingConventionStdCall }, // M3
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
123CallingConvention.StdCall => MethodImportAttributes.CallingConventionStdCall,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
135MethodImportAttributes.CallingConventionStdCall => CallingConvention.StdCall,