3 instantiations of DeltaInput
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\NativePatching.cs (3)
34
public static DeltaInput Empty =
new
();
68
var ds = new
DeltaInput
(pSourceBuf, sourceBytes.Length, true);
69
var dp = new
DeltaInput
(pPatchBuf, patchBytes.Length, true);
5 references to DeltaInput
Microsoft.CodeAnalysis.Features (5)
SymbolSearch\Windows\NativePatching.cs (5)
34
public static
DeltaInput
Empty = new();
55
DeltaInput
source,
56
DeltaInput
delta,
68
var
ds = new DeltaInput(pSourceBuf, sourceBytes.Length, true);
69
var
dp = new DeltaInput(pPatchBuf, patchBytes.Length, true);