4 implementations of Flush
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
127
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
Flush
()
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1383
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
Flush
() => throw new global::System.Diagnostics.UnreachableException();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1387
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
Flush
() => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
85
int IXCLRDataProcess.
Flush
()
4 references to Flush
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
152
__retVal = @this.
Flush
();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1484
new int Flush() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
Flush
();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1492
new int Flush() => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
Flush
();
SOSDacImpl.IXCLRDataProcess.cs (1)
92
int hrLocal = _legacyProcess.
Flush
();