11 references to FastCall
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
2482attrSym.VerifyNamedArgumentValue(0, "CallingConvention", TypedConstantKind.Enum, (int)CallingConvention.FastCall); 2859new { attr = MakeDllImport(cc: CallingConvention.FastCall), expected = MethodImportAttributes.CallingConventionFastCall }, // M2
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.vb (2)
1234Assert.Equal(CallingConvention.FastCall, CType(attrSym.CommonNamedArguments(0).Value.Value, CallingConvention)) 1880New With {.n = 2, .attr = MakeDllImport(cc:=CallingConvention.FastCall), .expected = MethodImportAttributes.CallingConventionFastCall},
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
599CallingConvention.FastCall => editor.SemanticModel.Compilation.ObjectType.ContainingAssembly.
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1166case CallingConvention.FastCall:
src\System\Reflection\Emit\SignatureHelper.cs (1)
96else if (unmanagedCallConv == CallingConvention.FastCall)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2210case PInvokeAttributes.CallConvFastcall: callingConvention = CallingConvention.FastCall; break;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1383CallingConvention.FastCall => SignatureCallingConvention.FastCall,
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,