System\Xml\Schema\XsdBuilder.cs (4)
1419builder.SendValidationEvent(e);
2117builder.SendValidationEvent(e);
2325SendValidationEvent(new XmlSchemaException(code, new string[] { arg0, arg1, arg2 }, this.reader.BaseURI, this.positionInfo.LineNumber, this.positionInfo.LinePosition));
2329SendValidationEvent(new XmlSchemaException(code, msg, this.reader.BaseURI, this.positionInfo.LineNumber, this.positionInfo.LinePosition));