34 references to SendValidationEvent
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (34)
557SendValidationEvent(ResXml.Sch_DuplicateAttribute, attQName.ToString()); 585SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 601SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 613SendValidationEvent(ResXml.Sch_ProhibitedAttribute, attQName.ToString()); 619SendValidationEvent(ResXml.Sch_ProhibitedAttribute, attQName.ToString()); 631SendValidationEvent(ResXml.Sch_ValidateAttributeInvalidCall, string.Empty); 643SendValidationEvent(ResXml.Sch_AttrUseAndWildId, string.Empty); 652SendValidationEvent(ResXml.Sch_MoreThanOneWildId, string.Empty); 711SendValidationEvent(ResXml.Sch_NotXsiAttribute, attQName.ToString()); 794SendValidationEvent(ResXml.Sch_ContentInNill, QNameString(_context.LocalName, _context.Namespace)); 801SendValidationEvent(ResXml.Sch_InvalidTextInEmpty, string.Empty); 824SendValidationEvent(ResXml.Sch_InvalidTextInElement, BuildElementName(_context.LocalName, _context.Namespace)); 877SendValidationEvent(ResXml.Sch_ContentInNill, QNameString(_context.LocalName, _context.Namespace)); 883SendValidationEvent(ResXml.Sch_InvalidWhitespaceInEmpty, string.Empty); 1343SendValidationEvent(ResXml.Sch_ContentInNill, QNameString(_context.LocalName, _context.Namespace)); 1349SendValidationEvent(ResXml.Sch_ElementInMixedWithFixed, QNameString(_context.LocalName, _context.Namespace)); 1365SendValidationEvent(ResXml.Sch_AllElement, elementName.ToString()); 1510SendValidationEvent(ResXml.Sch_FixedElementValue, QNameString(_context.LocalName, _context.Namespace)); 1647SendValidationEvent(ResXml.Sch_ValidateElementInvalidCall, string.Empty); 1697SendValidationEvent(ResXml.Sch_AbstractElement, QNameString(_context.LocalName, _context.Namespace)); 1768SendValidationEvent(ResXml.Sch_UndeclaredElement, QNameString(_context.LocalName, _context.Namespace)); 1780SendValidationEvent(ResXml.Sch_AbstractElement, QNameString(_context.LocalName, _context.Namespace)); 1853SendValidationEvent(ResXml.Sch_FixedElementValue, elementDecl.Name.ToString()); 1923SendValidationEvent(ResXml.Sch_DupId, name); 1976SendValidationEvent(ResXml.Sch_FixedAttributeValue, attdef.Name.ToString()); 2006SendValidationEvent(ResXml.Sch_FixedElementValue, QNameString(_context.LocalName, _context.Namespace)); 2138SendValidationEvent(ResXml.Sch_MissRequiredAttribute, attdef.Name.ToString()); 2234SendValidationEvent(ResXml.Sch_RefNotInScope, QNameString(_context.LocalName, _context.Namespace)); 2289SendValidationEvent(ResXml.Sch_FieldSimpleTypeExpected, localName); 2336SendValidationEvent(ResXml.Sch_FieldSingleValueExpected, name); 2383SendValidationEvent(ResXml.Sch_FieldSingleValueExpected, localName); 2803SendValidationEvent(ResXml.Sch_UndeclaredEntity, name); 2808SendValidationEvent(ResXml.Sch_UnparsedEntityRef, name); 2814SendValidationEvent(code, string.Empty);