6 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();
57 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)
877if (pt is XmlSchemaAll) 878return ((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)
601return (items.Particle != null) && (items.Particle is XmlSchemaAll); 1298else if (item is XmlSchemaAll || item is XmlSchemaSequence) 1350if ((items.Particle is XmlSchemaSequence || items.Particle is XmlSchemaAll) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement) 1372if (!(items.Particle is XmlSchemaAll || items.Particle is XmlSchemaSequence)) return null;
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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
22[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAll))]