27 references to Instance
System.Xml (27)
System\Xml\Base64Decoder.cs (1)
153
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
315
xmlCharType = XmlCharType.
Instance
;
System\Xml\BinHexDecoder.cs (1)
177
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlAutoDetectWriter.cs (1)
346
if (XmlCharType.
Instance
.IsOnlyWhitespace(textBlock)) {
System\Xml\Core\XmlCharCheckingReader.cs (1)
70
xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlCharCheckingWriter.cs (1)
73
xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
53
protected XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlTextEncoder.cs (1)
46
this.xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlTextReaderImpl.cs (1)
161
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlTextWriter.cs (1)
163
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
53
protected XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XmlWellFormedWriter.cs (2)
72
XmlCharType xmlCharType = XmlCharType.
Instance
;
897
if (!XmlCharType.
Instance
.IsOnlyWhitespace(ws)) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
748
if (!XmlCharType.
Instance
.IsOnlyWhitespace(ws)) {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
355
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Core\XsdValidatingReader.cs (1)
114
private XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Dom\XmlCharacterData.cs (1)
167
return XmlCharType.
Instance
.IsOnlyWhitespace( data );
System\Xml\Schema\DtdParser.cs (1)
157
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Schema\Parser.cs (1)
43
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
148
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\ValidateNames.cs (2)
37
static XmlCharType xmlCharType = XmlCharType.
Instance
;
385
if (xmlCharType.IsNCNameSingleChar(s[offsetBadChar]) && !XmlCharType.
Instance
.IsStartNCNameSingleChar(s[offsetBadChar])) {
System\Xml\XmlComplianceUtil.cs (2)
27
XmlCharType xmlCharType = XmlCharType.
Instance
;
140
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\XmlConvert.cs (1)
41
static XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\XPath\Internal\StringFunctions.cs (1)
191
XmlCharType xmlCharType = XmlCharType.
Instance
;
System\Xml\XPath\Internal\XPathScanner.cs (1)
27
private XmlCharType xmlCharType = XmlCharType.
Instance
;