2 implementations of FlushCache
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
293
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
FlushCache
()
Dbi\DacDbiImpl.cs (1)
74
public int
FlushCache
()
2 references to FlushCache
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
318
__retVal = @this.
FlushCache
();
Dbi\DacDbiImpl.cs (1)
77
return _legacy is not null ? _legacy.
FlushCache
() : HResults.S_OK;