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