Home
last modified time | relevance | path

Searched refs:AppendSwitchIfNotNull (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAl.cs326 commandLine.AppendSwitchIfNotNull("/algid:", this.AlgorithmId); in AddResponseFileCommands()
328 commandLine.AppendSwitchIfNotNull("/company:", this.CompanyName); in AddResponseFileCommands()
331 commandLine.AppendSwitchIfNotNull("/culture:", this.Culture); in AddResponseFileCommands()
336 commandLine.AppendSwitchIfNotNull("/flags:", this.Flags); in AddResponseFileCommands()
338 commandLine.AppendSwitchIfNotNull("/keyfile:", this.KeyFile); in AddResponseFileCommands()
345 commandLine.AppendSwitchIfNotNull("/target:", this.TargetType); in AddResponseFileCommands()
347 commandLine.AppendSwitchIfNotNull("/title:", this.Title); in AddResponseFileCommands()
349 commandLine.AppendSwitchIfNotNull("/version:", this.Version); in AddResponseFileCommands()
355 commandLine.AppendSwitchIfNotNull in AddResponseFileCommands()
362 commandLine.AppendSwitchIfNotNull in AddResponseFileCommands()
[all …]
H A DTlbImp.cs247 …commandLine.AppendSwitchIfNotNull("/asmversion:", (AssemblyVersion != null) ? AssemblyVersion.ToSt… in AddCommandLineCommands()
248 commandLine.AppendSwitchIfNotNull("/namespace:", AssemblyNamespace); in AddCommandLineCommands()
249 commandLine.AppendSwitchIfNotNull("/machine:", Machine); in AddCommandLineCommands()
252 commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly); in AddCommandLineCommands()
255 …commandLine.AppendSwitchIfNotNull("/transform:", ConvertTransformFlagsToCommandLineCommand(Transfo… in AddCommandLineCommands()
261 commandLine.AppendSwitchIfNotNull("/reference:", referenceFile); in AddCommandLineCommands()
H A DCommandLineBuilderExtension.cs130 AppendSwitchIfNotNull(switchName, value.ToString(CultureInfo.InvariantCulture)); in AppendSwitchWithInteger()
157 AppendSwitchIfNotNull(outerSwitchName, innerSwitchName + quotedParameter); in AppendNestedSwitch()
183 internal void AppendSwitchIfNotNull in AppendSwitchIfNotNull() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
190 AppendSwitchIfNotNull(switchName, parameters, attributes, null /* treatAsFlag */); in AppendSwitchIfNotNull()
210 AppendSwitchIfNotNull(switchName, splitAndTrimmed, delimiter); in AppendSwitchWithSplitting()
249 internal void AppendSwitchIfNotNull in AppendSwitchIfNotNull() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
268 AppendSwitchIfNotNull(switchName, parameter.ItemSpec); in AppendSwitchIfNotNull()
H A DAspNetCompiler.cs291 commandLine.AppendSwitchIfNotNull("-m ", MetabasePath); in AddCommandLineCommands()
292 commandLine.AppendSwitchIfNotNull("-v ", VirtualPath); in AddCommandLineCommands()
293 commandLine.AppendSwitchIfNotNull("-p ", PhysicalPath); in AddCommandLineCommands()
310 commandLine.AppendSwitchIfNotNull("", TargetPath); in AddCommandLineCommands()
318 commandLine.AppendSwitchIfNotNull("-keyfile ", KeyFile); in AddCommandLineCommands()
319 commandLine.AppendSwitchIfNotNull("-keycontainer ", KeyContainer); in AddCommandLineCommands()
H A DLC.cs150 commandLine.AppendSwitchIfNotNull("/target:", LicenseTarget.ItemSpec); in AddCommands()
154 commandLine.AppendSwitchIfNotNull("/complist:", item.ItemSpec); in AddCommands()
157 commandLine.AppendSwitchIfNotNull("/outdir:", OutputDirectory); in AddCommands()
163 commandLine.AppendSwitchIfNotNull("/i:", item.ItemSpec); in AddCommands()
H A DAxTlbBaseTask.cs175 commandLine.AppendSwitchIfNotNull("/publickey:", KeyFile); in AddStrongNameOptions()
179 commandLine.AppendSwitchIfNotNull("/keyfile:", KeyFile); in AddStrongNameOptions()
182 commandLine.AppendSwitchIfNotNull("/keycontainer:", KeyContainer); in AddStrongNameOptions()
H A DAxImp.cs137 commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly); in AddCommandLineCommands()
138 commandLine.AppendSwitchIfNotNull("/rcw:", RuntimeCallableWrapperAssembly); in AddCommandLineCommands()
H A DSGen.cs303 commandLineBuilder.AppendSwitchIfNotNull("/assembly:", AssemblyFullPath); in GenerateCommandLineCommands()
315 commandLineBuilder.AppendSwitchIfNotNull("/reference:", reference); in GenerateCommandLineCommands()
324 commandLineBuilder.AppendSwitchIfNotNull("/type:", type); in GenerateCommandLineCommands()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DAL.cs47 commandLine.AppendSwitchIfNotNull ("/algid:", AlgorithmId); in AddResponseFileCommands()
49 commandLine.AppendSwitchIfNotNull ("/company:", CompanyName); in AddResponseFileCommands()
51 commandLine.AppendSwitchIfNotNull ("/culture:", Culture); in AddResponseFileCommands()
52 commandLine.AppendSwitchIfNotNull ("/copyright:", Copyright); in AddResponseFileCommands()
70 commandLine.AppendSwitchIfNotNull ("/flags:", Flags); in AddResponseFileCommands()
74 commandLine.AppendSwitchIfNotNull ("/keyfile:", KeyFile); in AddResponseFileCommands()
78 commandLine.AppendSwitchIfNotNull ("/main:", MainEntryPoint); in AddResponseFileCommands()
82 commandLine.AppendSwitchIfNotNull ("/product:", ProductName); in AddResponseFileCommands()
90 commandLine.AppendSwitchIfNotNull ("/target:", TargetType); in AddResponseFileCommands()
92 commandLine.AppendSwitchIfNotNull ("/title:", Title); in AddResponseFileCommands()
[all …]
H A DCsc.cs47 commandLine.AppendSwitchIfNotNull ("/lib:", AdditionalLibPaths, ","); in AddResponseFileCommands()
67 commandLine.AppendSwitchIfNotNull ("/define:", in AddResponseFileCommands()
75 commandLine.AppendSwitchIfNotNull ("/nowarn:", defines, ";"); in AddResponseFileCommands()
78 commandLine.AppendSwitchIfNotNull ("/doc:", DocumentationFile); in AddResponseFileCommands()
85 commandLine.AppendSwitchIfNotNull ("/langversion:", LangVersion); in AddResponseFileCommands()
87 commandLine.AppendSwitchIfNotNull ("/main:", MainEntryPoint); in AddResponseFileCommands()
95 commandLine.AppendSwitchIfNotNull ("/platform:", Platform); in AddResponseFileCommands()
103 commandLine.AppendSwitchIfNotNull ("/reference:", item.ItemSpec); in AddResponseFileCommands()
109 commandLine.AppendSwitchIfNotNull ("@", item.ItemSpec); in AddResponseFileCommands()
119 commandLine.AppendSwitchIfNotNull ("/win32res:", Win32Resource); in AddResponseFileCommands()
[all …]
H A DManagedCompiler.cs57 commandLine.AppendSwitchIfNotNull ("/addmodule:", AddModules, ","); in AddResponseFileCommands()
59 commandLine.AppendSwitchIfNotNull ("/codepage:", CodePage.ToString ()); in AddResponseFileCommands()
61 commandLine.AppendSwitchIfNotNull ("/debug:", DebugType); in AddResponseFileCommands()
74 commandLine.AppendSwitchIfNotNull ("/keycontainer:", KeyContainer); in AddResponseFileCommands()
75 commandLine.AppendSwitchIfNotNull ("/keyfile:", KeyFile); in AddResponseFileCommands()
82 commandLine.AppendSwitchIfNotNull ("/linkresource:", item.ItemSpec); in AddResponseFileCommands()
94 commandLine.AppendSwitchIfNotNull ("/out:", OutputAssembly.ItemSpec); in AddResponseFileCommands()
100 commandLine.AppendSwitchIfNotNull ("/resource:", in AddResponseFileCommands()
103 commandLine.AppendSwitchIfNotNull ("/resource:", item.ItemSpec); in AddResponseFileCommands()
111 commandLine.AppendSwitchIfNotNull ("/target:", TargetType); in AddResponseFileCommands()
[all …]
H A DVbc.cs53 commandLine.AppendSwitchIfNotNull ("/libpath:", AdditionalLibPaths, ","); in AddResponseFileCommands()
55 commandLine.AppendSwitchIfNotNull ("/baseaddress:", BaseAddress); in AddResponseFileCommands()
63 commandLine.AppendSwitchIfNotNull ("/doc:", DocumentationFile); in AddResponseFileCommands()
71 commandLine.AppendSwitchIfNotNull ("/imports:", item.ItemSpec); in AddResponseFileCommands()
73 commandLine.AppendSwitchIfNotNull ("/main:", MainEntryPoint); in AddResponseFileCommands()
82 commandLine.AppendSwitchIfNotNull ("/optioncompare:", OptionCompare); in AddResponseFileCommands()
108 commandLine.AppendSwitchIfNotNull ("/reference:", item.ItemSpec); in AddResponseFileCommands()
120 commandLine.AppendSwitchIfNotNull ("/rootnamespace:", RootNamespace); in AddResponseFileCommands()
122 commandLine.AppendSwitchIfNotNull ("/sdkpath:", SdkPath); in AddResponseFileCommands()
H A DLC.cs50 commandLine.AppendSwitchIfNotNull ("--complist=", item.ItemSpec); in AddCommandLineCommands()
52 commandLine.AppendSwitchIfNotNull ("--target=", LicenseTarget); in AddCommandLineCommands()
56 commandLine.AppendSwitchIfNotNull ("--load=", reference.ItemSpec); in AddCommandLineCommands()
64 commandLine.AppendSwitchIfNotNull ("--outdir=", outdir); in AddCommandLineCommands()
/dports/devel/msbuild/msbuild-0.06/src/Utilities.UnitTests/
H A DCommandLineBuilder_Tests.cs41 c.AppendSwitchIfNotNull("/animal:", "dog"); in AppendSwitchWithStringParameter()
54 c.AppendSwitchIfNotNull("/animal:", "dog and pony"); in AppendSwitchWithSpacesInParameter()
304 c.AppendSwitchIfNotNull("/D", @"""A B"" and ""C""");
315 c.AppendSwitchIfNotNull("/D", @"A \B");
326 c.AppendSwitchIfNotNull("/D", @"A"" \""B");
349 c.AppendSwitchIfNotNull("/D", @"A B\");
360 c.AppendSwitchIfNotNull("/D", @"AB\");
371 c.AppendSwitchIfNotNull("/D", @"foo-bar");
382 c.AppendSwitchIfNotNull("/D", @"foo-bar");
393 c.AppendSwitchIfNotNull("/D", new TaskItem(@"foo-bar"));
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Utilities/Test/Microsoft.Build.Utilities/
H A DCommandLineBuilderTest.cs281 clb.AppendSwitchIfNotNull (null, "parameter"); in TestAppendSwitchIfNotNull1()
292 clb.AppendSwitchIfNotNull (name, (string) null); in TestAppendSwitchIfNotNull2()
296 clb.AppendSwitchIfNotNull (name, parameter); in TestAppendSwitchIfNotNull2()
307 clb.AppendSwitchIfNotNull (null, items [0]); in TestAppendSwitchIfNotNull3()
321 clb.AppendSwitchIfNotNull (name, items [0]); in TestAppendSwitchIfNotNull4()
358 clb.AppendSwitchIfNotNull ("/switch:", "a;b;c"); in TestAppendSwitchIfNotNull7()
400 clb.AppendSwitchIfNotNull("/z:", " a b"); in TestAppendSwitchIfNotNul11()
401 clb.AppendSwitchIfNotNull("/z:", "c\tb"); in TestAppendSwitchIfNotNul11()
402 clb.AppendSwitchIfNotNull("/z:", "ab\n"); in TestAppendSwitchIfNotNul11()
404 clb.AppendSwitchIfNotNull("/z:", "\u000cabc"); in TestAppendSwitchIfNotNul11()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DCommandLineBuilderExtension_Tests.cs44 c.AppendSwitchIfNotNull in AppendItemWithInvalidBooleanAttribute()
60 c.AppendSwitchIfNotNull in AppendItemWithInvalidBooleanAttribute()
93 c.AppendSwitchIfNotNull in AppendItemWithMissingAttribute()
H A DToolTaskExtension_Tests.cs108 commandLineBuilder.AppendSwitchIfNotNull("/A:", "D66B977148114482A88B0EFC1E531F02"); in UseNewLineSeparatorseInResponseFile()
109 commandLineBuilder.AppendSwitchIfNotNull("/B:", "F9E03765A87543F4B385664B8DB7619D"); in UseNewLineSeparatorseInResponseFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/
H A DCommandLineBuilder.cs152 public void AppendSwitchIfNotNull (string switchName, in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
167 public void AppendSwitchIfNotNull (string switchName, in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
183 public void AppendSwitchIfNotNull (string switchName, in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
215 public void AppendSwitchIfNotNull (string switchName, in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
/dports/devel/msbuild/msbuild-0.06/src/Utilities/
H A DCommandLineBuilder.cs549 public void AppendSwitchIfNotNull(string switchName, string parameter) in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
602 public void AppendSwitchIfNotNull(string switchName, ITaskItem parameter) in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
608 AppendSwitchIfNotNull(switchName, parameter.ItemSpec); in AppendSwitchIfNotNull()
623 public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
655 … public void AppendSwitchIfNotNull(string switchName, ITaskItem[] parameters, string delimiter) in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
/dports/devel/msbuild/msbuild-0.06/src/Tasks/DataDriven/
H A DDataDrivenToolTask.cs372 clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, itemName.ItemSpec); in EmitTaskItemArraySwitch()
377 … clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, toolSwitch.TaskItemArray, toolSwitch.Separator); in EmitTaskItemArraySwitch()
580 clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, fileName); in EmitStringArraySwitch()
585 … clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, ArrTrimStringList, toolSwitch.Separator); in EmitStringArraySwitch()
/dports/devel/msbuild/msbuild-0.06/src/Utilities/TrackedDependencies/
H A DFileTracker.cs656 builder.AppendSwitchIfNotNull("/d ", dllName); in TrackerResponseFileArguments()
666 builder.AppendSwitchIfNotNull("/i ", intermediateDirectory); in TrackerResponseFileArguments()
669 builder.AppendSwitchIfNotNull("/r ", rootFiles); in TrackerResponseFileArguments()
671 builder.AppendSwitchIfNotNull("/b ", cancelEventName); // b for break in TrackerResponseFileArguments()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DMicrosoft.Build.Utilities.cs48 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
49 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] paramet… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
50 public void AppendSwitchIfNotNull(string switchName, string parameter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
51 … public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v3.5/
H A DMicrosoft.Build.Utilities.v3.5.cs48 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
49 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] paramet… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
50 public void AppendSwitchIfNotNull(string switchName, string parameter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
51 … public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.Utilities.v4.0.cs48 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
49 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] paramet… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
50 public void AppendSwitchIfNotNull(string switchName, string parameter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
51 … public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.Utilities.v4.0.cs49 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
50 …public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] paramet… in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
51 public void AppendSwitchIfNotNull(string switchName, string parameter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder
52 … public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { } in AppendSwitchIfNotNull() method in Microsoft.Build.Utilities.CommandLineBuilder

12