Home
last modified time | relevance | path

Searched refs:EmitStringSwitch (Results 1 – 4 of 4) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks/DataDriven/
H A DDataDrivenToolTask.cs308 EmitStringSwitch(clb, toolSwitch); in GenerateCommandsAccordingToType()
598 private void EmitStringSwitch(CommandLineBuilder clb, ToolSwitch toolSwitch) in EmitStringSwitch() method in Microsoft.Build.Tasks.DataDriven.DataDrivenToolTask
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DCommandLineGenerator.cs280 EmitStringSwitch(clb, commandLineToolSwitch); in GenerateCommandsAccordingToType()
505 … private void EmitStringSwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch) in EmitStringSwitch() method in Microsoft.Build.Tasks.Xaml.CommandLineGenerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInstructionList.cs1133 public void EmitStringSwitch(Dictionary<string, int> cases, StrongBox<int> nullCase) in EmitStringSwitch() method in System.Linq.Expressions.Interpreter.InstructionList
H A DLightCompiler.cs1680 _instructions.EmitStringSwitch(caseDict, nullCase); in CompileStringSwitchExpression()