4 references to NormalizeDictionaryKey
Aspire.Hosting (4)
Ats\CollectionExports.cs (4)
39
var normalizedKey =
NormalizeDictionaryKey
(dict, key);
51
=> dict[
NormalizeDictionaryKey
(dict, key)] = value;
62
var normalizedKey =
NormalizeDictionaryKey
(dict, key);
89
=> dict.Contains(
NormalizeDictionaryKey
(dict, key));