8 instantiations of XmlSchemaImport
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
485XmlSchemaImport import = new XmlSchemaImport(); 589XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1202builder._xso = builder._import = new XmlSchemaImport();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
141XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
344XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
462XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (1)
52XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12893o = new Microsoft.Xml.Schema.XmlSchemaImport();
72 references to XmlSchemaImport
dotnet-svcutil-lib (72)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (6)
473XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 485XmlSchemaImport import = new XmlSchemaImport(); 575XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 589XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
323XmlSchemaImport import = include as XmlSchemaImport; 496XmlSchemaImport import; 505if (include is XmlSchemaImport) 507import = include as XmlSchemaImport; 601XmlSchemaImport import = include as XmlSchemaImport; 716XmlSchemaImport import = external as XmlSchemaImport;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (18)
151if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) 168if (xsc != null && include is XmlSchemaImport) 170XmlSchemaImport import = (XmlSchemaImport)include; 185if (subInc is XmlSchemaImport) 187XmlSchemaImport subImp = (XmlSchemaImport)subInc; 207if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) 269XmlSchemaImport import; 278import = schema.Includes[i] as XmlSchemaImport; 392else if (include is XmlSchemaImport) 394if (((XmlSchemaImport)include).Namespace == null && schema.TargetNamespace == null) 398else if (((XmlSchemaImport)include).Namespace == schema.TargetNamespace) 402Preprocess(include.Schema, ((XmlSchemaImport)include).Namespace, Compositor.Import); 409else if (include is XmlSchemaImport) 411string ns = ((XmlSchemaImport)include).Namespace;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
349XmlElement("import", typeof(XmlSchemaImport)),
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
674private XmlSchemaImport _import; 996_import = (XmlSchemaImport)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (5)
141XmlSchemaImport import = new XmlSchemaImport(); 157private XmlSchemaImport FindImport(XmlSchema schema, string ns) 161if (item is XmlSchemaImport) 163XmlSchemaImport import = (XmlSchemaImport)item;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (5)
344XmlSchemaImport import = new XmlSchemaImport(); 369private XmlSchemaImport FindImport(XmlSchema schema, string ns) 373if (item is XmlSchemaImport) 375XmlSchemaImport import = (XmlSchemaImport)item;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (8)
290if (external is XmlSchemaImport) 292if (ns == ((XmlSchemaImport)external).Namespace) 454if (external is XmlSchemaImport && ((XmlSchemaImport)external).Namespace == ns) 462XmlSchemaImport import = new XmlSchemaImport(); 481if (external is XmlSchemaImport) 490AddImport(originals, ((XmlSchemaImport)external).Namespace); 667string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (5)
1013XmlSchemaImport import = include as XmlSchemaImport; 1030if (external is XmlSchemaImport) 1032XmlSchemaImport import = (XmlSchemaImport)external;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (3)
48if (item is XmlSchemaImport && NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace)) 52XmlSchemaImport import = new XmlSchemaImport();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2357else if (ai is Microsoft.Xml.Schema.XmlSchemaImport) 2359Write13_XmlSchemaImport(@"import", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaImport)ai), false, false); 5001private void Write13_XmlSchemaImport(string n, string ns, Microsoft.Xml.Schema.XmlSchemaImport o, bool isNullable, bool needType) 5011if (t == typeof(Microsoft.Xml.Schema.XmlSchemaImport)) 12877private Microsoft.Xml.Schema.XmlSchemaImport Read13_XmlSchemaImport(bool isNullable, bool checkType) 12892Microsoft.Xml.Schema.XmlSchemaImport o;
Metadata\MetadataDocumentLoader.cs (2)
336var schemaImport = externalSchema as XmlNS.Schema.XmlSchemaImport;
Metadata\MetadataDocumentSaver.cs (2)
202var schemaImport = schemaExternal as XmlNS.Schema.XmlSchemaImport;