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