11 references to ThisCall
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
116return CallingConvention.ThisCall; 212case CallingConvention.ThisCall:
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},
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
597CallingConvention.ThisCall => editor.SemanticModel.Compilation.ObjectType.ContainingAssembly.
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1163case CallingConvention.ThisCall:
src\System\Reflection\Emit\SignatureHelper.cs (1)
92else if (unmanagedCallConv == CallingConvention.ThisCall)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2209case PInvokeAttributes.CallConvThiscall: callingConvention = CallingConvention.ThisCall; break;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1382CallingConvention.ThisCall => SignatureCallingConvention.ThisCall,
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,