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