1 instantiation of CSharpCompilerCommand
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
165
int result = new
CSharpCompilerCommand
8 references to CSharpCompilerCommand
dotnet (8)
_generated\36\CSharpCompilerCommandJsonSerializerContext.g.cs (2)
26
public static global::Microsoft.DotNet.Cli.Commands.Run.
CSharpCompilerCommand
.CSharpCompilerCommandJsonSerializerContext Default { get; } = new global::Microsoft.DotNet.Cli.Commands.Run.
CSharpCompilerCommand
.CSharpCompilerCommandJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Commands\Run\RunFileBuildCacheEntry.cs (2)
59
/// <see cref="
CSharpCompilerCommand
.CscArguments"/>
64
/// <see cref="
CSharpCompilerCommand
.BuildResultFile"/>
Commands\Run\VirtualProjectBuildingCommand.cs (4)
421
return
CSharpCompilerCommand
.EscapePathArgument(arg);
448
string rspPath =
CSharpCompilerCommand
.WriteCscRspFile(Builder.ArtifactsPath, cache.CurrentEntry.CscArguments);
675
RuntimeVersion: canCache ?
CSharpCompilerCommand
.RuntimeVersion : string.Empty,
677
GetCscInputPaths:
CSharpCompilerCommand
.GetPathsOfCscInputsFromNuGetCache);