3 instantiations of DeltaInput
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\NativePatching.cs (3)
36
public static DeltaInput Empty =
new
();
70
var ds = new
DeltaInput
(pSourceBuf, sourceBytes.Length, true);
71
var dp = new
DeltaInput
(pPatchBuf, patchBytes.Length, true);
5 references to DeltaInput
Microsoft.CodeAnalysis.Features (5)
SymbolSearch\Windows\NativePatching.cs (5)
36
public static
DeltaInput
Empty = new();
57
DeltaInput
source,
58
DeltaInput
delta,
70
var
ds = new DeltaInput(pSourceBuf, sourceBytes.Length, true);
71
var
dp = new DeltaInput(pPatchBuf, patchBytes.Length, true);