21 references to Sch_MissRequiredAttribute
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
595SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "schemaLocation", include); 1189SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", attribute); 1285SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", attributeGroup); 1301SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", element); 1478SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", constraint); 1546SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", simpleType); 1687SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", complexType); 1880SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", group); 1910SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (10)
384SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "schemaLocation", include); 838SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", attribute); 932SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", attributeGroup); 948SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", element); 1123SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", constraint); 1191SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", simpleType); 1330SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", complexType); 1523SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", group); 1553SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "name", notation); 1568SendValidationEvent(ResXml.Sch_MissRequiredAttribute, "public", notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (1)
243throw new XmlSchemaException(ResXml.Sch_MissRequiredAttribute, attdef.Name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2138SendValidationEvent(ResXml.Sch_MissRequiredAttribute, attdef.Name.ToString());