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