23 references to fAttrValue
dotnet-svcutil-lib (23)
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\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\XmlEncodedRawTextWriter.cs (3)
911
while (pDst < pDstEnd && (((xmlCharType.charProperties[(ch = *pSrc)] & XmlCharType.
fAttrValue
) != 0)))
1017
while (pDst < pDstEnd && (((xmlCharType.charProperties[(ch = *pSrc)] & XmlCharType.
fAttrValue
) != 0)))
1411
while (pDst < pDstEnd && (((xmlCharType.charProperties[(ch = *pSrc)] & XmlCharType.
fAttrValue
) != 0) && ch != ']'))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (3)
154
while (i < endPos && (_xmlCharType.charProperties[ch = array[i]] & XmlCharType.
fAttrValue
) != 0)
286
while (i < len && (_xmlCharType.charProperties[ch = text[i]] & XmlCharType.
fAttrValue
) != 0)
401
while (i < len && (_xmlCharType.charProperties[ch = text[i]] & XmlCharType.
fAttrValue
) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (7)
3826
while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fAttrValue
) != 0))
5004
while (((_xmlCharType.charProperties[tmpch3 = chars[pos]] & XmlCharType.
fAttrValue
) != 0))
5234
while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fAttrValue
) != 0))
6995
while (((_xmlCharType.charProperties[ch = chars[pos]] & XmlCharType.
fAttrValue
) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?')
8420
while (((_xmlCharType.charProperties[c = chars[pos]] & XmlCharType.
fAttrValue
) != 0) && c != '/')
8427
while (((_xmlCharType.charProperties[c = chars[pos]] & XmlCharType.
fAttrValue
) != 0))
8726
while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fAttrValue
) != 0))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (3)
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))
1246
while (pDst < pDstEnd && (((xmlCharType.charProperties[(ch = *pSrc)] & XmlCharType.
fAttrValue
) != 0) && ch != ']' && ch <= 0x7F))
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
2435
while ((_xmlCharType.charProperties[_chars[_curPos]] & XmlCharType.
fAttrValue
) != 0 && _chars[_curPos] != '%')
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (2)
450
SetProperties(s_AttrValue,
fAttrValue
);
584
return (charProperties[ch] &
fAttrValue
) != 0;