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