26 references to Instance
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\Base64Decoder.cs (1)
171XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
349_xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (1)
195XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
397if (XmlCharType.Instance.IsOnlyWhitespace(textBlock))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
72_xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
73_xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
52protected XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (1)
48_xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
154private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
173private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
53protected XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
73private XmlCharType _xmlCharType = XmlCharType.Instance; 1056if (!XmlCharType.Instance.IsOnlyWhitespace(ws))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
411XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
118private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCharacterData.cs (1)
192return XmlCharType.Instance.IsOnlyWhitespace(data);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
154private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
40private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
153private XmlCharType _xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (2)
30private static XmlCharType s_xmlCharType = XmlCharType.Instance; 402if (s_xmlCharType.IsNCNameSingleChar(s[offsetBadChar]) && !XmlCharType.Instance.IsStartNCNameSingleChar(s[offsetBadChar]))
FrameworkFork\Microsoft.Xml\Xml\XmlComplianceUtil.cs (2)
29XmlCharType xmlCharType = XmlCharType.Instance; 171XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
43private static XmlCharType s_xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
229XmlCharType xmlCharType = XmlCharType.Instance;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (1)
26private XmlCharType _xmlCharType = XmlCharType.Instance;