6 references to CallingConventionThisCall
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
115case MethodImportAttributes.CallingConventionThisCall: 213result |= MethodImportAttributes.CallingConventionThisCall;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
2861new { attr = MakeDllImport(cc: CallingConvention.ThisCall), expected = MethodImportAttributes.CallingConventionThisCall }, // M4
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
1882New With {.n = 4, .attr = MakeDllImport(cc:=CallingConvention.ThisCall), .expected = MethodImportAttributes.CallingConventionThisCall},
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
124CallingConvention.ThisCall => MethodImportAttributes.CallingConventionThisCall,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
136MethodImportAttributes.CallingConventionThisCall => CallingConvention.ThisCall,