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