5 references to CPP2
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (5)
EvaluatorSelector.cs (3)
52
EvaluatorType.
CPP2
=> Cpp2StyleEvaluatorDefinition.EvaluateFromString,
76
"C++2" => EvaluatorType.
CPP2
,
95
EvaluatorType.
CPP2
=> Cpp2StyleEvaluatorDefinition.Evaluate,
Macros\EvaluateMacroConfig.cs (1)
10
private const EvaluatorType DefaultEvaluator = EvaluatorType.
CPP2
;
Macros\SwitchMacroConfig.cs (1)
15
private const EvaluatorType DefaultEvaluator = EvaluatorType.
CPP2
;