20 references to DictionaryOfStringToCustomer
Microsoft.AspNetCore.JsonPatch.Tests (20)
IntegrationTests\DictionaryIntegrationTest.cs (20)
148model.DictionaryOfStringToCustomer[key1] = value1; 163model.DictionaryOfStringToCustomer[key1] = value1; 186model.DictionaryOfStringToCustomer[key1] = value1; 187model.DictionaryOfStringToCustomer[key2] = value2; 195Assert.Equal(2, model.DictionaryOfStringToCustomer.Count); 196var actualValue1 = model.DictionaryOfStringToCustomer[key1]; 210model.DictionaryOfStringToCustomer[key1] = value1; 211model.DictionaryOfStringToCustomer[key2] = value2; 219var actualValue1 = model.DictionaryOfStringToCustomer[key1]; 232model.DictionaryOfStringToCustomer[key1] = value1; 233model.DictionaryOfStringToCustomer[key2] = value2; 241var actualValue2 = model.DictionaryOfStringToCustomer[key2]; 255model.DictionaryOfStringToCustomer[key1] = value1; 256model.DictionaryOfStringToCustomer[key2] = value2; 264Assert.Equal(2, model.DictionaryOfStringToCustomer.Count); 265var actualValue2 = model.DictionaryOfStringToCustomer[key2]; 279model.DictionaryOfStringToCustomer[key1] = value1; 280model.DictionaryOfStringToCustomer[key2] = value2; 288Assert.Equal(2, model.DictionaryOfStringToCustomer.Count); 289var actualValue1 = model.DictionaryOfStringToCustomer[key1];