2 references to CreateFileStreamForHost
Microsoft.NET.HostModel (2)
AppHost\HostWriter.cs (1)
163
using (FileStream appHostDestinationStream = HostModelUtils.
CreateFileStreamForHost
(appHostDestinationFilePath, FileAccess.ReadWrite, FileShare.None, bufferSize: 1))
Bundle\Bundler.cs (1)
413
using (FileStream bundleOutputStream = HostModelUtils.
CreateFileStreamForHost
(bundlePath, FileAccess.Write, FileShare.None))