1 implementation of WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
30public void WriteAndFlushAllBytes(string path, byte[] bytes)
3 references to WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
327_service._ioService.WriteAndFlushAllBytes(tempFilePath, bytes);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (2)
361ioMock.Setup(Sub(s) s.WriteAndFlushAllBytes(It.IsAny(Of String), It.IsAny(Of Byte()))) 609ioMock.Setup(Sub(s) s.WriteAndFlushAllBytes(It.IsRegex(".*tmp"), It.IsAny(Of Byte())))