14 implementations of Skip
Microsoft.Diagnostics.DataContractReader.Legacy (14)
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (1)
41
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count)
_generated\33\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSHandleEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\34\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefErrorEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\35\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefEnum.cs (1)
207
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\36\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\51\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMethodEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogThreadEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
_generated\55\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogMsgEnum.cs (1)
254
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.cs (6)
1691
int ISOSEnum.
Skip
(uint count)
1794
int ISOSEnum.
Skip
(uint count)
4017
int ISOSEnum.
Skip
(uint count)
6993
int ISOSEnum.
Skip
(uint count)
7150
int ISOSEnum.
Skip
(uint count)
7244
int ISOSEnum.
Skip
(uint count)
8 references to Skip
Microsoft.Diagnostics.DataContractReader.Legacy (8)
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (1)
66
__retVal = @this.
Skip
(count);
_generated\33\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSHandleEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\34\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefErrorEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\35\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefEnum.cs (1)
222
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\36\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\51\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMethodEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogThreadEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
_generated\55\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogMsgEnum.cs (1)
269
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);