12 references to xmlCharType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
594
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
682
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch < 0x80))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (10)
502
if (checkCharacters && !
xmlCharType
.IsCharData(ch))
746
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
852
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch <= 0x7F))
1011
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch <= 0x7F))
1113
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fText) != 0) && ch != stopChar && ch <= 0x7F))
1246
while (pDst < pDstEnd && (((
xmlCharType
.charProperties[(ch = *pSrc)] & XmlCharType.fAttrValue) != 0) && ch != ']' && ch <= 0x7F))
1382
Debug.Assert(!
xmlCharType
.IsWhiteSpace((char)ch));
1383
Debug.Assert(!
xmlCharType
.IsAttributeValueChar((char)ch));
1611
if (!
xmlCharType
.IsOnlyWhitespace(chars))
1621
if (!
xmlCharType
.IsTextChar(chars[i]))