8 references to GetPropertyCaseInsensitive
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (8)
ConfigModel\SymbolValueFormsModel.cs (1)
35
JsonNode? globalConfig = JExtensions.
GetPropertyCaseInsensitive
(configJson, "global");
ConfigModel\TemplateConfigModel.cs (1)
158
JsonNode? globalCustomConfigData = JExtensions.
GetPropertyCaseInsensitive
(source, nameof(GlobalCustomOperations));
parent\Shared\JExtensions.cs (6)
49
JsonNode? element =
GetPropertyCaseInsensitive
(obj, key);
78
result =
GetPropertyCaseInsensitive
(token.AsObject(), key);
161
JsonNode? element =
GetPropertyCaseInsensitive
(obj, key);
217
JsonNode? element =
GetPropertyCaseInsensitive
(obj, key);
290
JsonNode? res =
GetPropertyCaseInsensitive
(obj, key);
505
result =
GetPropertyCaseInsensitive
(obj, key);