5 instantiations of XmlSchemaAppInfo
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
806XmlSchemaAppInfo appInfo = new XmlSchemaAppInfo(); 828XmlSchemaAppInfo appInfo = new XmlSchemaAppInfo();
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
2268builder._xso = builder._appInfo = new XmlSchemaAppInfo();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1188XmlSchemaAppInfo appinfo = new XmlSchemaAppInfo();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8826o = new global::System.Xml.Schema.XmlSchemaAppInfo();
32 references to XmlSchemaAppInfo
netstandard (1)
netstandard.cs (1)
2303[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAppInfo))]
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
862if (__items is XmlSchemaAppInfo) 864XmlNode[] relations = ((XmlSchemaAppInfo)__items).Markup!;
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaExporter.cs (2)
806XmlSchemaAppInfo appInfo = new XmlSchemaAppInfo(); 828XmlSchemaAppInfo appInfo = new XmlSchemaAppInfo();
System\Runtime\Serialization\SchemaImporter.cs (5)
1246if (schemaObject is XmlSchemaAppInfo appInfo && appInfo.Markup != null) 1268if (schemaObject is XmlSchemaAppInfo appInfo && appInfo.Markup != null) 1428if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) 1430XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Private.Xml (11)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
23XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
System\Xml\Schema\XsdBuilder.cs (2)
667private XmlSchemaAppInfo? _appInfo; 1083_appInfo = (XmlSchemaAppInfo)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
353else if (t == typeof(XmlSchemaAppInfo)) 355Write7_XmlSchemaAppInfo((XmlSchemaAppInfo)o); 503if (ai is XmlSchemaAppInfo) 505Write7_XmlSchemaAppInfo((XmlSchemaAppInfo)ai); 536private void Write7_XmlSchemaAppInfo(XmlSchemaAppInfo? o)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1188XmlSchemaAppInfo appinfo = new XmlSchemaAppInfo();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1483if (o is XmlSchemaAppInfo) 1485XmlNode?[]? nodes = ((XmlSchemaAppInfo)o).Markup;
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (3)
381if (annotation != null && annotation.Items != null && annotation.Items.Count > 0 && annotation.Items[0] is XmlSchemaAppInfo) 383XmlSchemaAppInfo appInfo = (XmlSchemaAppInfo)annotation.Items[0];
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2280if (ai is global::System.Xml.Schema.XmlSchemaAppInfo) { 2281Write10_XmlSchemaAppInfo(@"appinfo", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAppInfo)ai), false, false); 2354private void Write10_XmlSchemaAppInfo(string n, string ns, global::System.Xml.Schema.XmlSchemaAppInfo o, bool isNullable, bool needType) { 2365if (t == typeof(global::System.Xml.Schema.XmlSchemaAppInfo)) { 8803private global::System.Xml.Schema.XmlSchemaAppInfo Read10_XmlSchemaAppInfo(bool isNullable, bool checkType) { 8825global::System.Xml.Schema.XmlSchemaAppInfo o;
System.Xml (1)
System.Xml.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAppInfo))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
27[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAppInfo))]