2 implementations of GetContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\66\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
521
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.
GetContext
(uint contextFlags, uint contextBufSize, uint* contextSize, byte* contextBuffer)
ClrDataTask.cs (1)
91
int IXCLRDataTask.
GetContext
(uint contextFlags, uint contextBufSize, uint* contextSize, byte* contextBuffer)
1 reference to GetContext
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\66\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
546
__retVal = @this.
GetContext
(contextFlags, contextBufSize, contextSize, contextBuffer);