1 instantiation of CSharpCompilerCommand
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
238int result = new CSharpCompilerCommand
8 references to CSharpCompilerCommand
dotnet (8)
_generated\36\CSharpCompilerCommandJsonSerializerContext.g.cs (2)
26public 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\VirtualProjectBuildingCommand.cs (6)
493return CSharpCompilerCommand.EscapePathArgument(arg); 520string rspPath = CSharpCompilerCommand.WriteCscRspFile(Builder.ArtifactsPath, cache.CurrentEntry.CscArguments); 790RuntimeVersion = CSharpCompilerCommand.RuntimeVersion, 1100foreach (var filePath in CSharpCompilerCommand.GetPathsOfCscInputsFromNuGetCache()) 1347/// <see cref="CSharpCompilerCommand.CscArguments"/> 1352/// <see cref="CSharpCompilerCommand.BuildResultFile"/>