Lines Matching refs:first
77 /// The JSON representation of the first 160 characters of Unicode.
219 bool first = !assumeFirstFieldWritten;
230 if (!first)
239 first = false;
241 return !first;
459 // If it's the message form, we can extract the value first, which *will* be the (possibly boxed) native value,
593 bool first = true;
603 if (!first)
610 first = false;
612 writer.Write(first ? "}" : " }");
649 bool first = true;
652 if (!first)
657 first = false;
659 writer.Write(first ? "]" : " ]");
665 bool first = true;
669 if (!first)
697 first = false;
699 writer.Write(first ? "}" : " }");
721 // Encountered first part of a surrogate pair.