6 references to BinaryUtils
Microsoft.NET.HostModel (6)
AppHost\HostWriter.cs (3)
92
BinaryUtils
.SearchAndReplace(accessor, AppBinaryPathPlaceholderSearchValue, appPathBytes);
97
BinaryUtils
.SearchAndReplace(accessor, DotNetSearchPlaceholderSearchValue, searchOptionsBytes);
171
BinaryUtils
.WriteToStream(appHostAccessor, appHostDestinationStream, appHostDestinationLength);
Bundle\Bundler.cs (3)
385
BinaryUtils
.SearchAndReplace(accessor,
410
BinaryUtils
.WriteToStream(accessor, bundleOutputStream, (long)endOfBundle);
440
int position =
BinaryUtils
.SearchInFile(accessor, BundleHeaderSignature);