1 implementation of WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
29public void WriteAndFlushAllBytes(string path, byte[] bytes)
1 reference to WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
321_service._ioService.WriteAndFlushAllBytes(tempFilePath, bytes);