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