1 instantiation of CallingConvention_1
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
29registry.Register<ICallingConvention>("c1", static t => new CallingConvention_1(t));
3 references to CallingConvention_1
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CdacTypeHandle.cs (3)
24private readonly CallingConvention_1 _callingConvention; 26public CdacTypeHandle(CdacITypeHandle? typeHandle, Target target, CallingConvention_1 callingConvention) 37public CdacTypeHandle(SignatureTypeInfo typeInfo, Target target, CallingConvention_1 callingConvention)