1 write to lineNo
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
134
this.
lineNo
= lineNo;
2 references to lineNo
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
418
SendValidationEvent( XmlSeverityType.Error, new XmlSchemaException( Res.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.
lineNo
, (int)un.linePos ) );
System\Xml\Schema\DtdParserAsync.cs (1)
61
SendValidationEvent( XmlSeverityType.Error, new XmlSchemaException( Res.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.
lineNo
, (int)un.linePos ) );