1 implementation of WriteAndFlushAllBytes
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
30
public 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)
361
ioMock.Setup(Sub(s) s.
WriteAndFlushAllBytes
(It.IsAny(Of String), It.IsAny(Of Byte())))
609
ioMock.Setup(Sub(s) s.
WriteAndFlushAllBytes
(It.IsRegex(".*tmp"), It.IsAny(Of Byte())))