1 implementation of ApplyPatch
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.PatchService.cs (1)
13public byte[] ApplyPatch(byte[] databaseBytes, byte[] patchBytes)
1 reference to ApplyPatch
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
451var finalBytes = _service._patchService.ApplyPatch(databaseBytes, patchBytes);