11 references to Sch_UndeclaredAttribute
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
199SendValidationEvent(ResXml.Sch_UndeclaredAttribute, reader.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2070throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (3)
212throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString()); 216throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString()); 313throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, qname.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2488throw new XmlSchemaException(ResXml.Sch_UndeclaredAttribute, xa.RefName.ToString(), xa);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
700builder.SendValidationEvent(ResXml.Sch_UndeclaredAttribute, gname.Name); 1308builder.SendValidationEvent(ResXml.Sch_UndeclaredAttribute, XmlQualifiedName.ToString(qname.Name, prefix));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
585SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString()); 601SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
523SendValidationEvent(ResXml.Sch_UndeclaredAttribute, attQName.ToString());