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