6 interfaces inheriting from ISOSEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
_generated\25\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (1)
22
file unsafe interface InterfaceImplementation : global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
ISOSDacInterface.cs (5)
505
public unsafe partial interface ISOSHandleEnum :
ISOSEnum
562
public unsafe partial interface ISOSStackRefErrorEnum :
ISOSEnum
570
public unsafe partial interface ISOSStackRefEnum :
ISOSEnum
589
public unsafe partial interface ISOSMemoryEnum :
ISOSEnum
1173
public unsafe partial interface ISOSMethodEnum :
ISOSEnum
63 references to ISOSEnum
Microsoft.Diagnostics.DataContractReader.Legacy (63)
_generated\12\Microsoft.Diagnostics.DataContractReader.Legacy.SOSDacImpl.SOSHandleEnum.cs (1)
17
details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle);
_generated\13\Microsoft.Diagnostics.DataContractReader.Legacy.SOSDacImpl.SOSMemoryEnum.cs (1)
17
details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle);
_generated\14\Microsoft.Diagnostics.DataContractReader.Legacy.SOSDacImpl.SOSStackRefEnum.cs (1)
17
details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle);
_generated\15\Microsoft.Diagnostics.DataContractReader.Legacy.SOSDacImpl.SOSMethodEnum.cs (1)
17
details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle);
_generated\25\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (12)
41
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count)
43
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
));
60
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
@this = default;
65
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
>(__this_native);
78
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset()
80
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
));
97
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
@this = default;
102
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
>(__this_native);
115
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount)
117
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
));
134
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
@this = default;
139
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
>(__this_native);
_generated\26\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSHandleEnum.cs (7)
31
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle).ManagedVirtualMethodTable,
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count) => throw new global::System.Diagnostics.UnreachableException();
142
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset() => throw new global::System.Diagnostics.UnreachableException();
144
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount) => throw new global::System.Diagnostics.UnreachableException();
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Skip(count);
159
new int Reset() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Reset();
163
new int GetCount(uint* pCount) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).GetCount(pCount);
_generated\27\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefErrorEnum.cs (7)
31
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle).ManagedVirtualMethodTable,
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count) => throw new global::System.Diagnostics.UnreachableException();
142
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset() => throw new global::System.Diagnostics.UnreachableException();
144
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount) => throw new global::System.Diagnostics.UnreachableException();
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Skip(count);
159
new int Reset() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Reset();
163
new int GetCount(uint* pCount) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).GetCount(pCount);
_generated\28\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefEnum.cs (7)
32
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle).ManagedVirtualMethodTable,
207
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count) => throw new global::System.Diagnostics.UnreachableException();
209
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset() => throw new global::System.Diagnostics.UnreachableException();
211
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount) => throw new global::System.Diagnostics.UnreachableException();
222
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Skip(count);
226
new int Reset() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Reset();
230
new int GetCount(uint* pCount) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).GetCount(pCount);
_generated\29\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (7)
31
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle).ManagedVirtualMethodTable,
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count) => throw new global::System.Diagnostics.UnreachableException();
142
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset() => throw new global::System.Diagnostics.UnreachableException();
144
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount) => throw new global::System.Diagnostics.UnreachableException();
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Skip(count);
159
new int Reset() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Reset();
163
new int GetCount(uint* pCount) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).GetCount(pCount);
_generated\44\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMethodEnum.cs (7)
31
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
).TypeHandle).ManagedVirtualMethodTable,
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Skip(uint count) => throw new global::System.Diagnostics.UnreachableException();
142
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.Reset() => throw new global::System.Diagnostics.UnreachableException();
144
int global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
.GetCount(uint* pCount) => throw new global::System.Diagnostics.UnreachableException();
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Skip(count);
159
new int Reset() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).Reset();
163
new int GetCount(uint* pCount) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.
ISOSEnum
)this).GetCount(pCount);
SOSDacImpl.cs (12)
1715
int
ISOSEnum
.Skip(uint count)
1723
int
ISOSEnum
.Reset()
1731
int
ISOSEnum
.GetCount(uint* pCount)
1812
int
ISOSEnum
.Skip(uint count)
1821
int
ISOSEnum
.Reset()
1830
int
ISOSEnum
.GetCount(uint* pCount)
4025
int
ISOSEnum
.Skip(uint count)
4031
int
ISOSEnum
.Reset()
4037
int
ISOSEnum
.GetCount(uint* pCount)
6998
int
ISOSEnum
.Skip(uint count)
7007
int
ISOSEnum
.Reset()
7016
int
ISOSEnum
.GetCount(uint* pCount)