7 instantiations of XmlSchemaAll
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9258o = new global::System.Xml.Schema.XmlSchemaAll();
System.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
933(XmlSchemaGroupBase)new XmlSchemaAll() 946XmlSchemaAll newAll = new XmlSchemaAll();
System\Xml\Schema\SchemaSetCompiler.cs (3)
1031(XmlSchemaGroupBase)new XmlSchemaAll() 1046XmlSchemaAll newAll = new XmlSchemaAll(); 1434XmlSchemaAll virtualAll = new XmlSchemaAll();
System\Xml\Schema\XsdBuilder.cs (1)
1803builder.xso = builder.particle = builder.all = new XmlSchemaAll();
78 references to XmlSchemaAll
System.Data (3)
fx\src\data\System\Data\DataSet.cs (1)
3595if (ct.Particle is XmlSchemaSequence || ct.Particle is XmlSchemaAll) {
fx\src\data\System\Data\XMLSchema.cs (2)
750if (pt is XmlSchemaAll) 751return ((XmlSchemaAll)pt).Items;
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
124XmlSchemaAll schemaAll = expected as XmlSchemaAll;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
63{ typeof(XmlSchemaAll), ErrorHandler }, 113{ typeof(XmlSchemaAll), ErrorHandler },
System.Web.Services (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
2077if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 2078Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3159else if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 3160Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3360void Write55_XmlSchemaAll(string n, string ns, global::System.Xml.Schema.XmlSchemaAll o, bool isNullable, bool needType) { 3367if (t == typeof(global::System.Xml.Schema.XmlSchemaAll)) { 3535if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 3536Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3607if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 3608Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 9245global::System.Xml.Schema.XmlSchemaAll Read55_XmlSchemaAll(bool isNullable, bool checkType) { 9257global::System.Xml.Schema.XmlSchemaAll o;
System.Xml (59)
System\Xml\Schema\Preprocessor.cs (2)
1573if (particle is XmlSchemaAll) { 1582items = ((XmlSchemaAll) particle).Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (12)
863else if (particle is XmlSchemaAll) { 864return CannonicalizeAll((XmlSchemaAll)particle, root, substitution); 914if (groupBase is XmlSchemaAll) { 944private XmlSchemaParticle CannonicalizeAll(XmlSchemaAll all, bool root, bool substitution) { 946XmlSchemaAll newAll = new XmlSchemaAll(); 1079else if (baseParticle is XmlSchemaAll) { 1083else if (derivedParticle is XmlSchemaAll) { 1087return IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (XmlSchemaAll)baseParticle); 1201private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence, XmlSchemaAll baseAll) { 1942if (particle is XmlSchemaAll) { 1943XmlSchemaAll all = (XmlSchemaAll)particle;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1260XmlSchemaAll schemaAll = particle as XmlSchemaAll;
System\Xml\Schema\SchemaSetCompiler.cs (17)
957else if (particle is XmlSchemaAll) { 958return CannonicalizeAll((XmlSchemaAll)particle, root); 1012if (groupBase is XmlSchemaAll) { 1044private XmlSchemaParticle CannonicalizeAll(XmlSchemaAll all, bool root) { 1046XmlSchemaAll newAll = new XmlSchemaAll(); 1146XmlSchemaAll xsa; 1171else if ( (xsa = (particle as XmlSchemaAll)) != null ) { 1225else if (baseParticle is XmlSchemaAll) { 1229else if (derivedParticle is XmlSchemaAll) { 1235if(IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (XmlSchemaAll)baseParticle)) { 1275else if (derivedParticle is XmlSchemaSequence || (derivedParticle is XmlSchemaAll && ((XmlSchemaGroupBase)derivedParticle).Items.Count ==1)) { 1433else if (baseGroupBase is XmlSchemaAll) { 1434XmlSchemaAll virtualAll = new XmlSchemaAll(); 1488private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence, XmlSchemaAll baseAll) { 2297if (particle is XmlSchemaAll) { 2298XmlSchemaAll all = (XmlSchemaAll)particle;
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
39XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
39XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaComplexType.cs (1)
191XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XmlSchemaGroup.cs (1)
39XmlElement("all", typeof(XmlSchemaAll)),
System\Xml\Schema\XsdBuilder.cs (2)
653private XmlSchemaAll all; 974this.all = (XmlSchemaAll)container;
System\Xml\Serialization\SchemaObjectWriter.cs (14)
88else if (o is XmlSchemaAll) { 89XmlSchemaAll a = (XmlSchemaAll)o; 346else if (t == typeof(XmlSchemaAll)) { 347Write43_XmlSchemaAll((XmlSchemaAll)o); 695else if (o.@Particle is XmlSchemaAll) { 696Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 786else if (o.@Particle is XmlSchemaAll) { 787Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 794void Write43_XmlSchemaAll(XmlSchemaAll o) { 1043else if (o.@Particle is XmlSchemaAll) { 1044Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle); 1065else if (o.@Particle is XmlSchemaAll) { 1066Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
261if(!(type.Particle is XmlSchemaAll ||type.Particle is XmlSchemaSequence)) 474if (particle is XmlSchemaAll || particle is XmlSchemaSequence) {
System\Xml\Serialization\XmlSchemaImporter.cs (4)
619return (items.Particle != null) && (items.Particle is XmlSchemaAll); 1216else if (item is XmlSchemaAll || item is XmlSchemaSequence) { 1266if ((items.Particle is XmlSchemaSequence || items.Particle is XmlSchemaAll) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement) 1286if (!(items.Particle is XmlSchemaAll || items.Particle is XmlSchemaSequence)) return null;