1 implementation of WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
28public void WriteAndFlushAllBytes(string path, ArraySegment<byte> bytes)
1 reference to WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
358_service._ioService.WriteAndFlushAllBytes(tempFilePath, bytes);