34 references to IsAttributeValueChar
System.Private.Xml (34)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
559
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)))
647
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch < 0x80)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
536
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch <= 0x7F)
624
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch < 0x80)
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
905
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)))
1029
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)))
1495
while (pDst < pDstEnd && (XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch != ']'))
1637
Debug.Assert(!XmlCharType.
IsAttributeValueChar
((char)ch));
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
741
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)))
945
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)))
1753
while (pDst < pDstEnd && (XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch != ']'))
System\Xml\Core\XmlTextEncoder.cs (3)
130
while (i < endPos && XmlCharType.
IsAttributeValueChar
(ch = array[i]))
258
while (i < len && XmlCharType.
IsAttributeValueChar
(ch = text[i]))
371
while (i < len && XmlCharType.
IsAttributeValueChar
(ch = text[i]))
System\Xml\Core\XmlTextReaderImpl.cs (7)
3772
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
4876
while (XmlCharType.
IsAttributeValueChar
(tmpch3 = chars[pos]))
5108
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
6875
while (XmlCharType.
IsAttributeValueChar
(ch = chars[pos]) && chars[pos] != stopChar && ch != '-' && ch != '?')
8279
while (XmlCharType.
IsAttributeValueChar
(c = chars[pos]) && c != '/')
8286
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
8583
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
1354
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
2519
while (XmlCharType.
IsAttributeValueChar
(tmpch3 = chars[pos]))
2618
while (XmlCharType.
IsAttributeValueChar
(chars[pos]))
4618
while (XmlCharType.
IsAttributeValueChar
(ch = chars[pos]) && ch != stopChar && ch != '-' && ch != '?')
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
724
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch <= 0x7F)
847
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch <= 0x7F)
1309
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch != ']' && ch <= 0x7F)
1464
Debug.Assert(!XmlCharType.
IsAttributeValueChar
((char)ch));
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (3)
612
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch <= 0x7F)
815
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch <= 0x7F)
1619
while (pDst < pDstEnd && XmlCharType.
IsAttributeValueChar
((char)(ch = *pSrc)) && ch != ']' && ch <= 0x7F)
System\Xml\Schema\DtdParser.cs (1)
2408
while (XmlCharType.
IsAttributeValueChar
(_chars[_curPos]) && _chars[_curPos] != '%')
System\Xml\Schema\DtdParserAsync.cs (1)
1854
while (XmlCharType.
IsAttributeValueChar
(_chars[_curPos]) && _chars[_curPos] != '%')