4 references to SchemaObjectInfo
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
245schemaObjects.Add(SchemaExporter.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject)); 266schemaObjects.Add(currentTypeName, new SchemaObjectInfo(schemaType, null, schema, null)); 279baseTypeInfo = new SchemaObjectInfo(null, null, null, new List<XmlSchemaType>()); 299schemaObjects.Add(currentElementName, new SchemaObjectInfo(null, schemaElement, schema, null));