2 instantiations of XmlSchemaGroupRef
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1932builder._xso = builder._particle = builder._groupRef = new XmlSchemaGroupRef();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11652o = new Microsoft.Xml.Schema.XmlSchemaGroupRef();
72 references to XmlSchemaGroupRef
dotnet-svcutil-lib (72)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
1073XmlSchemaGroupRef groupRef = items[i] as XmlSchemaGroupRef; 2008else if (particle is XmlSchemaGroupRef) 2010XmlSchemaGroupRef groupRef = (XmlSchemaGroupRef)particle;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
1080else if (particle is XmlSchemaGroupRef) 1082return CannonicalizeGroupRef((XmlSchemaGroupRef)particle, root, substitution); 1125private XmlSchemaParticle CannonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root, bool substitution)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (5)
725XmlSchemaGroupRef groupRef = items[i] as XmlSchemaGroupRef; 1655else if (particle is XmlSchemaGroupRef) 1657XmlSchemaGroupRef groupRef = (XmlSchemaGroupRef)particle;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
1201else if (particle is XmlSchemaGroupRef) 1203return CannonicalizeGroupRef((XmlSchemaGroupRef)particle, root); 1251private XmlSchemaParticle CannonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs (1)
27XmlElement("group", typeof(XmlSchemaGroupRef)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (1)
40[XmlElement("group", typeof(XmlSchemaGroupRef)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (1)
40[XmlElement("group", typeof(XmlSchemaGroupRef)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (6)
210[XmlElement("group", typeof(XmlSchemaGroupRef)), 555else if (particle is XmlSchemaGroupRef) 557XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.Clone(); 607if (p is XmlSchemaGroupRef) 631else if (particle is XmlSchemaGroupRef)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs (1)
26XmlElement("group", typeof(XmlSchemaGroupRef)),
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
663private XmlSchemaGroupRef _groupRef; 1017_groupRef = (XmlSchemaGroupRef)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (5)
382if (particle is XmlSchemaGroupRef) 384XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 478else if (t == typeof(XmlSchemaGroupRef)) 480XmlSchemaGroup group = (XmlSchemaGroup)_schemas.Find(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (13)
89else if (o is XmlSchemaGroupRef) 91return ((XmlSchemaGroupRef)o).RefName; 399else if (t == typeof(XmlSchemaGroupRef)) 401Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o); 831else if (o.@Particle is XmlSchemaGroupRef) 833Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 938else if (o.@Particle is XmlSchemaGroupRef) 940Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 1197else if (ai is XmlSchemaGroupRef) 1199Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)ai); 1206private void Write55_XmlSchemaGroupRef(XmlSchemaGroupRef o) 1242else if (o.@Particle is XmlSchemaGroupRef) 1244Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
404if (particle is XmlSchemaGroupRef) 416if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (10)
842if (particle is XmlSchemaGroupRef) 844XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 1018if (particle is XmlSchemaGroupRef) 1020XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle; 1041if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef) 1121if (particle is XmlSchemaGroupRef) 1123XmlSchemaGroupRef refGroup = (XmlSchemaGroupRef)particle;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (14)
2725else if (ai is Microsoft.Xml.Schema.XmlSchemaGroupRef) 2727Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 4000else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaGroupRef) 4002Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 4199private void Write44_XmlSchemaGroupRef(string n, string ns, Microsoft.Xml.Schema.XmlSchemaGroupRef o, bool isNullable, bool needType) 4209if (t == typeof(Microsoft.Xml.Schema.XmlSchemaGroupRef)) 4340else if (ai is Microsoft.Xml.Schema.XmlSchemaGroupRef) 4342Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 4469else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaGroupRef) 4471Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 4560else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaGroupRef) 4562Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 11636private Microsoft.Xml.Schema.XmlSchemaGroupRef Read44_XmlSchemaGroupRef(bool isNullable, bool checkType) 11651Microsoft.Xml.Schema.XmlSchemaGroupRef o;