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