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