2 implementations of GetContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\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)
2 references to GetContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
546
__retVal = @this.
GetContext
(contextFlags, contextBufSize, contextSize, contextBuffer);
ClrDataTask.cs (1)
92
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
GetContext
(contextFlags, contextBufSize, contextSize, contextBuffer) : HResults.E_NOTIMPL;