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