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