5 references to Unescape
Aspire.Dashboard (5)
Components\Pages\Resources.razor.cs (3)
286
var preselectedHiddenResourceTypes = HiddenTypes?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
287
var preselectedHiddenResourceStates = HiddenStates?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
288
var preselectedHiddenResourceHealthStates = HiddenHealthStates?.Split(' ').Select(StringUtils.
Unescape
).ToHashSet();
Extensions\TelemetryFilterFormatter.cs (2)
50
var field = StringUtils.
Unescape
(parts[0]);
70
var value = StringUtils.
Unescape
(parts[2]);