4 instantiations of SchemaObjectInfo
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
246schemaObjects.Add(SchemaExporter.AnytypeQualifiedName, new SchemaObjectInfo(null, null, null, knownTypesForObject)); 268schemaObjects.Add(currentTypeName, new SchemaObjectInfo(schemaType, null, schema, null)); 284baseTypeInfo = new SchemaObjectInfo(null, null, null, new List<XmlSchemaType>()); 305schemaObjects.Add(currentElementName, new SchemaObjectInfo(null, schemaElement, schema, null));
10 references to SchemaObjectInfo
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaHelper.cs (4)
12using SchemaObjectDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, SchemaObjectInfo>; 42SchemaObjectInfo schemaObjectInfo; 52SchemaObjectInfo schemaObjectInfo; 72SchemaObjectInfo schemaObjectInfo;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (6)
18using SchemaObjectDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, SchemaObjectInfo>; 174SchemaObjectInfo schemaObjectInfo; 218SchemaObjectInfo schemaObjectInfo; 260SchemaObjectInfo schemaObjectInfo; 274SchemaObjectInfo baseTypeInfo; 297SchemaObjectInfo schemaObjectInfo;