4 instantiations of SchemaObjectInfo
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
247schemaObjects.Add(SchemaExporter.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject));
269schemaObjects.Add(currentTypeName, new SchemaObjectInfo(schemaType, null, schema, null));
285baseTypeInfo = new SchemaObjectInfo(null, null, null, new List<XmlSchemaType>());
306schemaObjects.Add(currentElementName, new SchemaObjectInfo(null, schemaElement, schema, null));
10 references to SchemaObjectInfo
System.Runtime.Serialization (10)