6 references to CallingConventionStdCall
ILAssembler (1)
GrammarVisitor.cs (1)
4481return new(MethodImportAttributes.CallingConventionStdCall);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
507Debug.Assert((int)MethodImportAttributes.CallingConventionStdCall == (int)PInvokeAttributes.CallingConventionStdCall);
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
112case MethodImportAttributes.CallingConventionStdCall: 209result |= MethodImportAttributes.CallingConventionStdCall;
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,