Home
last modified time | relevance | path

Searched refs:CommandLineBuilderExtension (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/
H A DManagedCompilerTest.cs168 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestAdditionalLibPaths()
169 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestAdditionalLibPaths()
183 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestAddModules()
184 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestAddModules()
198 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestCodePage1()
199 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestCodePage1()
213 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestCodePage2()
214 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestCodePage2()
227 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestDebugType()
228 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestDebugType()
[all …]
H A DCscTest.cs124 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestAllowUnsafeBlocks1()
136 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestAllowUnsafeBlocks2()
149 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestBaseAddress()
161 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestCheckForOverflowUnderflow1()
173 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestCheckForOverflowUnderflow2()
185 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestDisabledWarnings()
346 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestAdditionalLibPaths()
347 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestAdditionalLibPaths()
366 CommandLineBuilderExtension c1 = new CommandLineBuilderExtension (); in TestDefineConstants()
367 CommandLineBuilderExtension c2 = new CommandLineBuilderExtension (); in TestDefineConstants()
[all …]
H A DALTest.cs175 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestAlgorithmId()
187 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestBaseAddress()
199 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestCompanyName()
211 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestConfiguration()
223 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestCopyright()
235 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestCulture()
247 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestDelaySign1()
259 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestDelaySign2()
271 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestDescription()
283 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in TestEmbedResources()
[all …]
H A DLCTest.cs45 public void ACLC (CommandLineBuilderExtension commandLine) in ACLC()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DCommandLine_Support.cs78 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in ValidateHasParameter()
160 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in ValidateNoParameterStartsWith()
207 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in ValidateContains()
236 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in ValidateDoesNotContain()
263 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in ValidateEquals()
285 CommandLineBuilderExtension b = new CommandLineBuilderExtension(); in GetCommandLine()
H A DCommandLineBuilderExtension_Tests.cs39 CommandLineBuilderExtension c = new CommandLineBuilderExtension(); in AppendItemWithInvalidBooleanAttribute()
91 CommandLineBuilderExtension c = new CommandLineBuilderExtension(); in AppendItemWithMissingAttribute()
H A DToolTaskExtension_Tests.cs106 Action<CommandLineBuilderExtension> addResponseFileCommands = (commandLineBuilder) => in UseNewLineSeparatorseInResponseFile()
126 private readonly Action<CommandLineBuilderExtension> _addResponseFileCommands;
128 … MyToolTaskExtension(bool useNewLineSeparators = false, Action<CommandLineBuilderExtension> addRes… in MyToolTaskExtension()
150 … protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
H A DWinMDExp_Tests.cs127CommandLineBuilderExtension c = new CommandLineBuilderExtension(quoteHyphensOnCommandLine: false, … in ArgumentsAreUnquoted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DToolTaskExtension.cs42 CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
47 CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
53 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in GenerateCommandLineCommands()
60 CommandLineBuilderExtension clbe = new CommandLineBuilderExtension (); in GenerateResponseFileCommands()
H A DCommandLineBuilderExtension.cs32 public class CommandLineBuilderExtension : CommandLineBuilder { class
34 public CommandLineBuilderExtension () in CommandLineBuilderExtension() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
H A DCsc.cs42 protected internal override void AddResponseFileCommands (CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
122 …static void AddAliasesReference (CommandLineBuilderExtension commandLine, string aliases, string r… in AddAliasesReference()
H A DManagedCompiler.cs46 CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
54 CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
H A DAspNetCompiler.cs62 protected internal override void AddCommandLineCommands (CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
H A DLC.cs44 CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DToolTaskExtension.cs133CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension(quoteHyphensOnCom… in GenerateResponseFileCommands()
146 CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension(); in GenerateCommandLineCommands()
155 … protected internal virtual void AddResponseFileCommands(CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
165 … protected internal virtual void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
H A DResGen.cs335 … protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
349 CommandLineBuilderExtension resGenArguments = new CommandLineBuilderExtension(); in AddResponseFileCommands()
370 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
374 CommandLineBuilderExtension resGenArguments = new CommandLineBuilderExtension(); in AddCommandLineCommands()
559 …private void GenerateResGenCommands(CommandLineBuilderExtension resGenArguments, bool useForRespon… in GenerateResGenCommands()
561 resGenArguments = resGenArguments ?? new CommandLineBuilderExtension(); in GenerateResGenCommands()
H A DLC.cs148 private void AddCommands(CommandLineBuilderExtension commandLine) in AddCommands()
184 … protected internal override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) in AddResponseFileCommands()
202 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
H A DCommandLineBuilderExtension.cs17 public class CommandLineBuilderExtension : CommandLineBuilder class
22 public CommandLineBuilderExtension() in CommandLineBuilderExtension() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
30 public CommandLineBuilderExtension(bool quoteHyphensOnCommandLine, bool useNewLineSeparator) in CommandLineBuilderExtension() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
H A DAxTlbBaseTask.cs105 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
164 private void AddStrongNameOptions(CommandLineBuilderExtension commandLine) in AddStrongNameOptions()
H A DSGen.cs291 CommandLineBuilderExtension commandLineBuilder = new CommandLineBuilderExtension(); in GenerateCommandLineCommands()
H A DAxImp.cs130 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
H A DTlbImp.cs241 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
H A DAspNetCompiler.cs289 … protected internal override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) in AddCommandLineCommands()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DMicrosoft.Build.Tasks.cs60 …al override void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
88 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
152 public partial class CommandLineBuilderExtension : Microsoft.Build.Utilities.CommandLineBuilder class
154 public CommandLineBuilderExtension() { } in CommandLineBuilderExtension() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
257 …al override void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
304 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
553 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
598 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
815 …rnal virtual void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
816 …nal virtual void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v3.5/
H A DMicrosoft.Build.Tasks.v3.5.cs60 …al override void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
88 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
152 public partial class CommandLineBuilderExtension : Microsoft.Build.Utilities.CommandLineBuilder class
154 public CommandLineBuilderExtension() { } in CommandLineBuilderExtension() method in Microsoft.Build.Tasks.CommandLineBuilderExtension
259 …al override void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
306 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
563 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
608 …nal override void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
825 …rnal virtual void AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddCommandLineCommands()
826 …nal virtual void AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension command… in AddResponseFileCommands()
[all …]

12