Searched refs:keyText (Results 1 – 2 of 2) sorted by relevance
697 string keyText; in WriteDictionary()700 keyText = (string) pair.Key; in WriteDictionary()704 keyText = (bool) pair.Key ? "true" : "false"; in WriteDictionary()708 keyText = ((IFormattable) pair.Key).ToString("d", CultureInfo.InvariantCulture); in WriteDictionary()718 WriteString(writer, keyText); in WriteDictionary()
66 public void IntegerMapKeysAreStrict(string keyText) in IntegerMapKeysAreStrict() argument70 var json = "{ \"mapInt32Int32\": { \"" + keyText + "\" : \"1\" } }"; in IntegerMapKeysAreStrict()