2 instantiations of XmlSchemaGroupRef
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9422o = new global::System.Xml.Schema.XmlSchemaGroupRef();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1777builder.xso = builder.particle = builder.groupRef = new XmlSchemaGroupRef();
78 references to XmlSchemaGroupRef
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
762if (pt is XmlSchemaGroupRef) 763return GetParticleItems( ((XmlSchemaGroupRef)pt).Particle );
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
121XmlSchemaGroupRef schemaGroupRef = expected as XmlSchemaGroupRef;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
64{ typeof(XmlSchemaGroupRef), ErrorHandler }, 114{ typeof(XmlSchemaGroupRef), ErrorHandler },
System.Web.Services (14)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (14)
2136else if (ai is global::System.Xml.Schema.XmlSchemaGroupRef) { 2137Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 3165else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 3166Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 3327void Write44_XmlSchemaGroupRef(string n, string ns, global::System.Xml.Schema.XmlSchemaGroupRef o, bool isNullable, bool needType) { 3334if (t == typeof(global::System.Xml.Schema.XmlSchemaGroupRef)) { 3441else if (ai is global::System.Xml.Schema.XmlSchemaGroupRef) { 3442Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 3544else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 3545Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 3616else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 3617Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 9409global::System.Xml.Schema.XmlSchemaGroupRef Read44_XmlSchemaGroupRef(bool isNullable, bool checkType) { 9421global::System.Xml.Schema.XmlSchemaGroupRef o;
System.Xml (58)
System\Xml\Schema\Preprocessor.cs (5)
892XmlSchemaGroupRef groupRef = items[i] as XmlSchemaGroupRef; 1624else if (particle is XmlSchemaGroupRef) { 1625XmlSchemaGroupRef groupRef = (XmlSchemaGroupRef)particle;
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
860else if (particle is XmlSchemaGroupRef) { 861return CannonicalizeGroupRef((XmlSchemaGroupRef)particle, root, substitution); 895private XmlSchemaParticle CannonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root, bool substitution) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
587XmlSchemaGroupRef groupRef = items[i] as XmlSchemaGroupRef; 1312else if (particle is XmlSchemaGroupRef) { 1313XmlSchemaGroupRef groupRef = (XmlSchemaGroupRef)particle;
System\Xml\Schema\SchemaSetCompiler.cs (3)
954else if (particle is XmlSchemaGroupRef) { 955return CannonicalizeGroupRef((XmlSchemaGroupRef)particle, root); 993private XmlSchemaParticle CannonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root) {
System\Xml\Schema\XmlSchemaChoice.cs (1)
25XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
37[XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
37[XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
189[XmlElement("group", typeof(XmlSchemaGroupRef)), 479else if (particle is XmlSchemaGroupRef) { // group ref 480XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.Clone(); 522if (p is XmlSchemaGroupRef) { 542else if (particle is XmlSchemaGroupRef) {
System\Xml\Schema\XmlSchemaSequence.cs (1)
24XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XsdBuilder.cs (2)
652private XmlSchemaGroupRef groupRef; 971this.groupRef = (XmlSchemaGroupRef)container;
System\Xml\Serialization\ImportContext.cs (5)
326if (particle is XmlSchemaGroupRef) { 327XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 401else if (t == typeof(XmlSchemaGroupRef)) { 402XmlSchemaGroup group = (XmlSchemaGroup)schemas.Find(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (13)
76else if (o is XmlSchemaGroupRef) { 77return ((XmlSchemaGroupRef)o).RefName; 330else if (t == typeof(XmlSchemaGroupRef)) { 331Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o); 689else if (o.@Particle is XmlSchemaGroupRef) { 690Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 780else if (o.@Particle is XmlSchemaGroupRef) { 781Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 998else if (ai is XmlSchemaGroupRef) { 999Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)ai); 1006void Write55_XmlSchemaGroupRef(XmlSchemaGroupRef o) { 1037else if (o.@Particle is XmlSchemaGroupRef) { 1038Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
361if (particle is XmlSchemaGroupRef) { 370if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef)
System\Xml\Serialization\XmlSchemaImporter.cs (10)
734if (particle is XmlSchemaGroupRef) { 735XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 889if (particle is XmlSchemaGroupRef) { 890XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 907if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef) { 971if (particle is XmlSchemaGroupRef) { 972XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle;