14 implementations of Skip
Microsoft.Diagnostics.DataContractReader.Legacy (14)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (1)
41
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count)
Generated\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\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\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogMsgEnum.cs (1)
254
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogThreadEnum.cs (1)
140
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.
Skip
(uint count) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.cs (6)
1762
int ISOSEnum.
Skip
(uint count)
1872
int ISOSEnum.
Skip
(uint count)
4153
int ISOSEnum.
Skip
(uint count)
7193
int ISOSEnum.
Skip
(uint count)
7358
int ISOSEnum.
Skip
(uint count)
7459
int ISOSEnum.
Skip
(uint count)
8 references to Skip
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (1)
66
__retVal = @this.
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSHandleEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMethodEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefEnum.cs (1)
222
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefErrorEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogMsgEnum.cs (1)
269
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStressLogThreadEnum.cs (1)
155
new int Skip(uint count) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum)this).
Skip
(count);