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