10 references to IsPublicId
System.Private.Xml (10)
System\Xml\Core\XmlCharCheckingReader.cs (1)
317
if ((i = XmlCharType.
IsPublicId
(str)) >= 0)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
178
if ((i = XmlCharType.
IsPublicId
(str)) >= 0)
System\Xml\Core\XmlCharCheckingWriter.cs (1)
81
if ((i = XmlCharType.
IsPublicId
(pubid)) >= 0)
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
31
if ((i = XmlCharType.
IsPublicId
(pubid)) >= 0)
System\Xml\Core\XmlWellFormedWriter.cs (1)
391
if ((i = XmlCharType.
IsPublicId
(pubid)) >= 0)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
92
if ((i = XmlCharType.
IsPublicId
(pubid)) >= 0)
System\Xml\Schema\DtdParser.cs (2)
301
if ((i = XmlCharType.
IsPublicId
(publicId)) >= 0)
1499
if ((i = XmlCharType.
IsPublicId
(publicId)) >= 0)
System\Xml\Schema\DtdParserAsync.cs (1)
1124
if ((i = XmlCharType.
IsPublicId
(publicId)) >= 0)
System\Xml\XmlConvert.cs (1)
508
int pos = XmlCharType.
IsPublicId
(publicId);