1 interface inheriting from ISOSDacInterface7
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\36\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface7.cs (1)
23
file unsafe interface InterfaceImplementation : global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
1 implementation of ISOSDacInterface7
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
34
ISOSDacInterface6,
ISOSDacInterface7
, ISOSDacInterface8, ISOSDacInterface9, ISOSDacInterface10,
23 references to ISOSDacInterface7
Microsoft.Diagnostics.DataContractReader.Legacy (23)
_generated\11\Microsoft.Diagnostics.DataContractReader.Legacy.SOSDacImpl.cs (1)
32
details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
).TypeHandle);
_generated\36\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface7.cs (16)
43
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
.GetPendingReJITID(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress methodDesc, int* pRejitId)
45
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
));
65
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
@this = default;
72
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
>(__this_native);
85
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
.GetReJITInformation(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress methodDesc, int rejitId, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpReJitData2* pRejitData)
87
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
));
107
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
@this = default;
114
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
>(__this_native);
127
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
.GetProfilerModifiedILInformation(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress methodDesc, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpProfilerILData* pILData)
129
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
));
149
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
@this = default;
156
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
>(__this_native);
169
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
.GetMethodsWithProfilerModifiedIL(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress mod, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* methodDescs, int cMethodDescs, int* pcMethodDescs)
171
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
));
191
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
@this = default;
198
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSDacInterface7
>(__this_native);
SOSDacImpl.cs (6)
53
private readonly
ISOSDacInterface7
? _legacyImpl7;
85
_legacyImpl7 = legacyObj as
ISOSDacInterface7
;
5470
int
ISOSDacInterface7
.GetPendingReJITID(ClrDataAddress methodDesc, int* pRejitId)
5510
int
ISOSDacInterface7
.GetReJITInformation(ClrDataAddress methodDesc, int rejitId, DacpReJitData2* pRejitData)
5570
int
ISOSDacInterface7
.GetProfilerModifiedILInformation(ClrDataAddress methodDesc, DacpProfilerILData* pILData)
5630
int
ISOSDacInterface7
.GetMethodsWithProfilerModifiedIL(ClrDataAddress mod, ClrDataAddress* methodDescs, int cMethodDescs, int* pcMethodDescs)