4 references to SchemaObjectInfo
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
246schemaObjects.Add(SchemaExporter.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject)); 268schemaObjects.Add(currentTypeName, new SchemaObjectInfo(schemaType, null, schema, null)); 284baseTypeInfo = new SchemaObjectInfo(null, null, null, new List<XmlSchemaType>()); 305schemaObjects.Add(currentElementName, new SchemaObjectInfo(null, schemaElement, schema, null));