6 references to CallingConventionFastCall
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
118case MethodImportAttributes.CallingConventionFastCall: 217result |= MethodImportAttributes.CallingConventionFastCall;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
2859new { attr = MakeDllImport(cc: CallingConvention.FastCall), expected = MethodImportAttributes.CallingConventionFastCall }, // M2
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
1880New With {.n = 2, .attr = MakeDllImport(cc:=CallingConvention.FastCall), .expected = MethodImportAttributes.CallingConventionFastCall},
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
122CallingConvention.FastCall => MethodImportAttributes.CallingConventionFastCall,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
134MethodImportAttributes.CallingConventionFastCall => CallingConvention.FastCall,