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)
System\Runtime\Serialization\SchemaHelper.cs (4)
12using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 66SchemaObjectInfo schemaObjectInfo; 76SchemaObjectInfo schemaObjectInfo; 119SchemaObjectInfo schemaObjectInfo;
System\Runtime\Serialization\SchemaImporter.cs (6)
19using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, SchemaObjectInfo>; 175SchemaObjectInfo schemaObjectInfo; 219SchemaObjectInfo schemaObjectInfo; 261SchemaObjectInfo schemaObjectInfo; 275SchemaObjectInfo baseTypeInfo; 298SchemaObjectInfo schemaObjectInfo;