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