10 references to AppendResponseFileCommand
Microsoft.NET.Build.Tasks (10)
RunCsWinRTGenerator.cs (10)
217AppendResponseFileCommand(args, "--reference-assembly-paths", referenceAssemblyPathsArg); 218AppendResponseFileCommand(args, "--output-assembly-path", EffectiveOutputAssemblyItemSpec); 219AppendResponseFileCommand(args, "--generated-assembly-directory", InteropAssemblyDirectory!); 221AppendResponseFileCommand(args, "--use-windows-ui-xaml-projections", UseWindowsUIXamlProjections.ToString()); 222AppendResponseFileCommand(args, "--validate-winrt-runtime-assembly-version", ValidateWinRTRuntimeAssemblyVersion.ToString()); 223AppendResponseFileCommand(args, "--validate-winrt-runtime-dll-version-2-references", ValidateWinRTRuntimeDllVersion2References.ToString()); 224AppendResponseFileCommand(args, "--enable-incremental-generation", EnableIncrementalGeneration.ToString()); 225AppendResponseFileCommand(args, "--treat-warnings-as-errors", TreatWarningsAsErrors.ToString()); 226AppendResponseFileCommand(args, "--max-degrees-of-parallelism", MaxDegreesOfParallelism.ToString()); 259AppendResponseFileCommand(args, commandName, commandValue);