3 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.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
918var sortedIVPair = new SortedDictionary<int, float>(ivPair);