4 references to SortedDictionary
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterHandler.cs (2)
185var authorizationParts = new SortedDictionary<string, string>(extraOAuthPairs ?? new Dictionary<string, string>()) 199var signatureParts = new SortedDictionary<string, string>(authorizationParts);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\DictionaryModelBinderTest.cs (1)
385var expectedDictionary = new SortedDictionary<string, string>(dictionary);
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
894var sortedIVPair = new SortedDictionary<int, float>(ivPair);