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