8 references to Sch_UndeclaredSimpleType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
547
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, list.ItemTypeName.ToString(), simpleType);
587
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, restriction.BaseTypeName.ToString(), simpleType);
652
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, mainMemberTypes[i].ToString(), simpleType);
2133
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, xa.SchemaTypeName.ToString(), xa);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
628
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, list.ItemTypeName.ToString(), list);
672
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, restriction.BaseTypeName.ToString(), restriction);
737
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, mainMemberTypes[i].ToString(), mainUnion);
2543
throw new XmlSchemaException(ResXml.
Sch_UndeclaredSimpleType
, xa.SchemaTypeName.ToString(), xa);