4 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();
26 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)
864if (__items is XmlSchemaAppInfo) 866XmlNode[] 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)
1518if (o is XmlSchemaAppInfo) 1520XmlNode?[]? 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.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))]