17 overrides of Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (17)
ValueForms\DefaultLowerSafeNamespaceValueFormFactory.cs (1)
13
protected override string
Process
(string value)
ValueForms\DefaultLowerSafeNameValueFormFactory.cs (1)
13
protected override string
Process
(string value) => DefaultSafeNameValueFormFactory.ToSafeName(value).ToLowerInvariant();
ValueForms\DefaultSafeNamespaceValueFormFactory.cs (1)
60
protected override string
Process
(string value) => ToSafeNamespace(value);
ValueForms\DefaultSafeNameValueFormFactory.cs (1)
23
protected override string
Process
(string value) => ToSafeName(value);
ValueForms\FirstLowerCaseInvariantValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\FirstLowerCaseValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\FirstUpperCaseInvariantValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\FirstUpperCaseValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\IdentityValueFormFactory.cs (1)
12
protected override string
Process
(string value) => value;
ValueForms\JsonEncodeValueFormFactory.cs (1)
24
protected override string
Process
(string value)
ValueForms\KebabCaseValueFormFactory.cs (1)
14
protected override string
Process
(string value)
ValueForms\LowerCaseInvariantValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\LowerCaseValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\TitleCaseValueFormFactory.cs (1)
14
protected override string
Process
(string value)
ValueForms\UpperCaseInvariantValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\UpperCaseValueFormFactory.cs (1)
12
protected override string
Process
(string value)
ValueForms\XmlEncodeValueFormFactory.cs (1)
16
protected override string
Process
(string value)
1 reference to Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ValueForms\ActionableValueFormFactory.cs (1)
50
return _factory.
Process
(value);