1 implementation of ApplyPatch
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.PatchService.cs (1)
13
public byte[]
ApplyPatch
(byte[] databaseBytes, byte[] patchBytes)
3 references to ApplyPatch
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
453
var finalBytes = _service._patchService.
ApplyPatch
(databaseBytes, patchBytes);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (2)
516
patchService.Setup(Sub(s) s.
ApplyPatch
(It.IsAny(Of Byte()), It.IsAny(Of Byte()))).
576
patchMock.Setup(Function(s) s.
ApplyPatch
(It.IsAny(Of Byte()), It.IsAny(Of Byte()))).