2 references to WriteCscRspFile
dotnet (2)
Commands\Run\CSharpCompilerCommand.cs (1)
223
rspPath =
WriteCscRspFile
(ArtifactsPath, CscArguments);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
518
string rspPath = CSharpCompilerCommand.
WriteCscRspFile
(Builder.ArtifactsPath, cache.CurrentEntry.CscArguments);