10 references to IsPublicId
System.Xml (10)
System\Xml\Core\XmlCharCheckingReader.cs (1)
279
if ( ( i = xmlCharType.
IsPublicId
( str ) ) >= 0 ) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
147
if ( ( i = xmlCharType.
IsPublicId
( str ) ) >= 0 ) {
System\Xml\Core\XmlCharCheckingWriter.cs (1)
106
if ( ( i = xmlCharType.
IsPublicId
( pubid ) ) >= 0 ) {
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
25
if ( ( i = xmlCharType.
IsPublicId
( pubid ) ) >= 0 ) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
380
if ((i = xmlCharType.
IsPublicId
(pubid)) >= 0) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
77
if ((i = xmlCharType.
IsPublicId
(pubid)) >= 0) {
System\Xml\Schema\DtdParser.cs (2)
312
if ( ( i = xmlCharType.
IsPublicId
( publicId ) ) >= 0 ) {
1538
if ( ( i = xmlCharType.
IsPublicId
( publicId ) ) >= 0 ) {
System\Xml\Schema\DtdParserAsync.cs (1)
1152
if ( ( i = xmlCharType.
IsPublicId
( publicId ) ) >= 0 ) {
System\Xml\XmlConvert.cs (1)
508
int pos = xmlCharType.
IsPublicId
(publicId);