12 references to xmlCharType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
597
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
685
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch < 0x80))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (10)
573
if (checkCharacters && !
xmlCharType
.IsCharData(ch))
911
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
1017
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0)))
1176
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fText) != 0)))
1278
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch != stopChar))
1411
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch != ']'))
1534
Debug.Assert(!
xmlCharType
.IsWhiteSpace((char)ch));
1535
Debug.Assert(!
xmlCharType
.IsAttributeValueChar((char)ch));
1731
if (!
xmlCharType
.IsOnlyWhitespace(chars))
1741
if (!
xmlCharType
.IsTextChar(chars[i]))