16 references to SendValidationEvent
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (3)
244SendValidationEvent(new XmlSchemaException(code, args, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition)); 249SendValidationEvent(new XmlSchemaException(code, arg, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition)); 254SendValidationEvent(new XmlSchemaException(code, new string[] { arg1, arg2 }, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition));
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (3)
205SendValidationEvent(e); 223SendValidationEvent(e); 491SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
291SendValidationEvent(e); 316SendValidationEvent(e); 685SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (7)
534SendValidationEvent(e); 566SendValidationEvent(e); 833SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos)); 1093SendValidationEvent(new XmlSchemaException(ResXml.Sch_MissingKey, constraints[i].constraint.name.ToString(), reader.BaseURI, ks.PosLine, ks.PosCol)); 1100SendValidationEvent(new XmlSchemaException(ResXml.Sch_DuplicateKey, 1117SendValidationEvent(new XmlSchemaException(ResXml.Sch_DuplicateKey, 1160SendValidationEvent(new XmlSchemaException(ResXml.Sch_UnresolvedKeyref, new string[2] { ks.ToString(), vcs[i].constraint.name.ToString() },