4 instantiations of 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));
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>; 171SchemaObjectInfo? schemaObjectInfo; 219SchemaObjectInfo? schemaObjectInfo; 259SchemaObjectInfo? schemaObjectInfo; 273SchemaObjectInfo? baseTypeInfo; 292SchemaObjectInfo? schemaObjectInfo;