10 references to HostWriter
dotnet (2)
Commands\Run\CSharpCompilerCommand.cs (1)
265HostWriter.CreateAppHost(
ShellShim\AppHostShimMaker.cs (1)
39HostWriter.CreateAppHost(appHostSourceFilePath: appHostSourcePath,
Microsoft.NET.Build.Tasks (8)
CreateAppHost.cs (6)
75HostWriter.DotNetSearchOptions options = null; 78HostWriter.DotNetSearchOptions.SearchLocation searchLocation = default; 81if (Enum.TryParse(locationItem.ItemSpec, out HostWriter.DotNetSearchOptions.SearchLocation location) 82&& Enum.IsDefined(typeof(HostWriter.DotNetSearchOptions.SearchLocation), location)) 92options = new HostWriter.DotNetSearchOptions() 99HostWriter.CreateAppHost(appHostSourceFilePath: appHostSource,
GenerateShims.cs (2)
114HostWriter.CreateAppHost(appHostSourceFilePath: resolvedApphostAssetPath, 129HostWriter.CreateAppHost(appHostSourceFilePath: resolvedApphostAssetPath,