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