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