9 references to FastCall
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
2482
attrSym.VerifyNamedArgumentValue(0, "CallingConvention", TypedConstantKind.Enum, (int)CallingConvention.
FastCall
);
2859
new { attr = MakeDllImport(cc: CallingConvention.
FastCall
), expected = MethodImportAttributes.CallingConventionFastCall }, // M2
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
599
CallingConvention.
FastCall
=> editor.SemanticModel.Compilation.ObjectType.ContainingAssembly.
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1160
case CallingConvention.
FastCall
:
src\System\Reflection\Emit\SignatureHelper.cs (1)
97
else if (unmanagedCallConv == CallingConvention.
FastCall
)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2210
case PInvokeAttributes.CallConvFastcall: callingConvention = CallingConvention.
FastCall
; break;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1394
CallingConvention.
FastCall
=> SignatureCallingConvention.FastCall,
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
122
CallingConvention.
FastCall
=> MethodImportAttributes.CallingConventionFastCall,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
134
MethodImportAttributes.CallingConventionFastCall => CallingConvention.
FastCall
,