6 references to BinaryUtils
Microsoft.NET.HostModel (6)
AppHost\HostWriter.cs (3)
90
BinaryUtils
.SearchAndReplace(accessor, AppBinaryPathPlaceholderSearchValue, appPathBytes);
95
BinaryUtils
.SearchAndReplace(accessor, DotNetSearchPlaceholderSearchValue, searchOptionsBytes);
169
BinaryUtils
.WriteToStream(appHostAccessor, appHostDestinationStream, appHostDestinationLength);
Bundle\Bundler.cs (3)
385
BinaryUtils
.SearchAndReplace(accessor,
415
BinaryUtils
.WriteToStream(accessor, bundleOutputStream, (long)endOfBundle);
438
int position =
BinaryUtils
.SearchInFile(accessor, BundleHeaderSignature);