41 references to SendValidationEvent
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (6)
171SendValidationEvent(ResXml.Sch_ContentInNill, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 181SendValidationEvent(ResXml.Sch_InvalidTextInElement, XmlSchemaValidator.BuildElementName(context.LocalName, context.Namespace)); 191SendValidationEvent(ResXml.Sch_InvalidTextInEmpty, string.Empty); 207SendValidationEvent(ResXml.Sch_ContentInNill, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 211SendValidationEvent(ResXml.Sch_InvalidWhitespaceInEmpty, string.Empty); 239SendValidationEvent(code, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (9)
199SendValidationEvent(ResXml.Sch_UndeclaredAttribute, reader.Name); 250SendValidationEvent(ResXml.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 309SendValidationEvent(ResXml.Sch_DupId, name); 379SendValidationEvent(ResXml.Sch_NotationValue, typedValue.ToString()); 383SendValidationEvent(ResXml.Sch_EnumerationValue, typedValue.ToString()); 390SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 394SendValidationEvent(ResXml.Sch_FixedElementValue, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 402SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 406SendValidationEvent(ResXml.Sch_ElementValueDataType, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (10)
230SendValidationEvent(ResXml.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 419SendValidationEvent(ResXml.Sch_DupId, name); 506SendValidationEvent(ResXml.Sch_MaxLengthConstraintFailed, value); 513SendValidationEvent(ResXml.Sch_MinLengthConstraintFailed, value); 520SendValidationEvent(ResXml.Sch_NotationValue, typedValue.ToString()); 524SendValidationEvent(ResXml.Sch_EnumerationValue, typedValue.ToString()); 531SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 535SendValidationEvent(ResXml.Sch_FixedElementValue, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 543SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 547SendValidationEvent(ResXml.Sch_ElementValueDataType, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace));
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (16)
198SendValidationEvent(ResXml.Sch_ContentInNill, elementName.ToString()); 207SendValidationEvent(ResXml.Sch_AllElement, elementName.ToString()); 236SendValidationEvent(ResXml.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 397SendValidationEvent(ResXml.Sch_AbstractElement, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 418SendValidationEvent(ResXml.Sch_XsiTypeNotFound, xsiType.ToString()); 456SendValidationEvent(ResXml.Sch_AbstractElement, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 523SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 680SendValidationEvent(ResXml.Sch_DupId, name); 742SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 746SendValidationEvent(ResXml.Sch_FixedElementValue, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 759SendValidationEvent(ResXml.Sch_AttributeValueDataType, attdef.Name.ToString()); 763SendValidationEvent(ResXml.Sch_ElementValueDataType, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 914SendValidationEvent(ResXml.Sch_RefNotInScope, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace)); 964SendValidationEvent(ResXml.Sch_FieldSimpleTypeExpected, reader.LocalName); 1012SendValidationEvent(ResXml.Sch_FieldSingleValueExpected, name); 1065SendValidationEvent(ResXml.Sch_FieldSingleValueExpected, reader.LocalName);