7 instantiations of XmlSchemaAll
System.Private.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1172(XmlSchemaGroupBase)new XmlSchemaAll() 1188XmlSchemaAll newAll = new XmlSchemaAll();
System\Xml\Schema\SchemaSetCompiler.cs (3)
1315(XmlSchemaGroupBase)new XmlSchemaAll() 1334XmlSchemaAll newAll = new XmlSchemaAll(); 1813XmlSchemaAll virtualAll = new XmlSchemaAll();
System\Xml\Schema\XsdBuilder.cs (1)
1957builder._xso = builder._particle = builder._all = new XmlSchemaAll();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11386o = new global::System.Xml.Schema.XmlSchemaAll();
69 references to XmlSchemaAll
netstandard (1)
netstandard.cs (1)
2298[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))]
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
875if (pt is XmlSchemaAll) 876return ((XmlSchemaAll)pt).Items;
System.Private.Xml (52)
System\Xml\Schema\Preprocessor.cs (2)
1908if (particle is XmlSchemaAll) 1920items = ((XmlSchemaAll)particle).Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (11)
1082else if (particle is XmlSchemaAll) 1084return CanonicalizeAll((XmlSchemaAll)particle, root, substitution); 1148if (groupBase is XmlSchemaAll) 1184private XmlSchemaParticle CanonicalizeAll(XmlSchemaAll all, bool root, bool substitution) 1188XmlSchemaAll newAll = new XmlSchemaAll(); 1360else if (baseParticle is XmlSchemaAll) 1366else if (derivedParticle is XmlSchemaAll) 1372return IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (XmlSchemaAll)baseParticle); 1512private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence, XmlSchemaAll baseAll) 2366if (particle is XmlSchemaAll all) 2442else if (particle is XmlSchemaAll all)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1575XmlSchemaAll? schemaAll = particle as XmlSchemaAll;
System\Xml\Schema\SchemaSetCompiler.cs (15)
1213else if (particle is XmlSchemaAll) 1215return CanonicalizeAll((XmlSchemaAll)particle, root); 1288if (groupBase is XmlSchemaAll) 1330private XmlSchemaParticle CanonicalizeAll(XmlSchemaAll all, bool root) 1334XmlSchemaAll newAll = new XmlSchemaAll(); 1464XmlSchemaAll? xsa; 1496else if ((xsa = (particle as XmlSchemaAll)) != null) 1564else if (baseParticle is XmlSchemaAll) 1570else if (derivedParticle is XmlSchemaAll) 1579if (IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (XmlSchemaAll)baseParticle)) 1631else if (derivedParticle is XmlSchemaSequence || (derivedParticle is XmlSchemaAll && ((XmlSchemaGroupBase)derivedParticle).Items.Count == 1)) 1811else if (baseGroupBase is XmlSchemaAll) 1813XmlSchemaAll virtualAll = new XmlSchemaAll(); 1878private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence, XmlSchemaAll baseAll) 2835if (particle is XmlSchemaAll all)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
25XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
25XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaComplexType.cs (1)
181XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaGroup.cs (1)
25XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XsdBuilder.cs (2)
655private XmlSchemaAll? _all; 1012_all = (XmlSchemaAll)container;
System\Xml\Serialization\SchemaObjectWriter.cs (12)
104else if (o is XmlSchemaAll a) 418else if (t == typeof(XmlSchemaAll)) 420Write43_XmlSchemaAll((XmlSchemaAll)o); 838else if (o.@Particle is XmlSchemaAll) 840Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 945else if (o.@Particle is XmlSchemaAll) 947Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 954private void Write43_XmlSchemaAll(XmlSchemaAll o) 1244else if (o.@Particle is XmlSchemaAll) 1246Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 1270else if (o.@Particle is XmlSchemaAll) 1272Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
580return (items.Particle != null) && (items.Particle is XmlSchemaAll); 1265else if (item is XmlSchemaAll || item is XmlSchemaSequence) 1317if ((items.Particle is XmlSchemaSequence || items.Particle is XmlSchemaAll) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement) 1339if (!(items.Particle is XmlSchemaAll || items.Particle is XmlSchemaSequence)) return null;
System.Web.Services.Description (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
2446if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 2447Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3724else if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 3725Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3957private void Write55_XmlSchemaAll(string n, string ns, global::System.Xml.Schema.XmlSchemaAll o, bool isNullable, bool needType) { 3968if (t == typeof(global::System.Xml.Schema.XmlSchemaAll)) { 4164if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 4165Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 4244if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 4245Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 11363private global::System.Xml.Schema.XmlSchemaAll Read55_XmlSchemaAll(bool isNullable, bool checkType) { 11385global::System.Xml.Schema.XmlSchemaAll o;
System.Xml (1)
System.Xml.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
22[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))]