10 references to ThisCall
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
116
return CallingConvention.
ThisCall
;
212
case CallingConvention.
ThisCall
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
2861
new { attr = MakeDllImport(cc: CallingConvention.
ThisCall
), expected = MethodImportAttributes.CallingConventionThisCall }, // M4
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
597
CallingConvention.
ThisCall
=> editor.SemanticModel.Compilation.ObjectType.ContainingAssembly.
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1157
case CallingConvention.
ThisCall
:
src\System\Reflection\Emit\SignatureHelper.cs (1)
93
else if (unmanagedCallConv == CallingConvention.
ThisCall
)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2209
case PInvokeAttributes.CallConvThiscall: callingConvention = CallingConvention.
ThisCall
; break;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1393
CallingConvention.
ThisCall
=> SignatureCallingConvention.ThisCall,
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
124
CallingConvention.
ThisCall
=> MethodImportAttributes.CallingConventionThisCall,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
136
MethodImportAttributes.CallingConventionThisCall => CallingConvention.
ThisCall
,