4 instantiations of 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));
10 references to SchemaObjectInfo
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\SchemaHelper.cs (4)
9using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, System.Runtime.Serialization.SchemaObjectInfo>; 53SchemaObjectInfo? schemaObjectInfo; 85SchemaObjectInfo? schemaObjectInfo; 176SchemaObjectInfo? schemaObjectInfo;
System\Runtime\Serialization\SchemaImporter.cs (6)
17using SchemaObjectDictionary = System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, System.Runtime.Serialization.SchemaObjectInfo>; 170SchemaObjectInfo? schemaObjectInfo; 218SchemaObjectInfo? schemaObjectInfo; 258SchemaObjectInfo? schemaObjectInfo; 272SchemaObjectInfo? baseTypeInfo; 291SchemaObjectInfo? schemaObjectInfo;