3 instantiations of DeltaInput
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\NativePatching.cs (3)
32
public static DeltaInput Empty =
new
();
66
var ds = new
DeltaInput
(pSourceBuf, sourceBytes.Length, true);
67
var dp = new
DeltaInput
(pPatchBuf, patchBytes.Length, true);
5 references to DeltaInput
Microsoft.CodeAnalysis.Features (5)
SymbolSearch\Windows\NativePatching.cs (5)
32
public static
DeltaInput
Empty = new();
53
DeltaInput
source,
54
DeltaInput
delta,
66
var
ds = new DeltaInput(pSourceBuf, sourceBytes.Length, true);
67
var
dp = new DeltaInput(pPatchBuf, patchBytes.Length, true);