2 instantiations of XmlSchemaGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1927builder._xso = builder._particle = builder._groupRef = new XmlSchemaGroupRef();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11616o = new global::System.Xml.Schema.XmlSchemaGroupRef();
63 references to XmlSchemaGroupRef
netstandard (1)
netstandard.cs (1)
2332[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupRef))]
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
888if (pt is XmlSchemaGroupRef) 889return GetParticleItems(((XmlSchemaGroupRef)pt).Particle);
System.Private.Xml (44)
System\Xml\Schema\Preprocessor.cs (3)
1038XmlSchemaGroupRef? groupRef = items[i] as XmlSchemaGroupRef; 1974else if (particle is XmlSchemaGroupRef groupRef)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1078else if (particle is XmlSchemaGroupRef) 1080return CanonicalizeGroupRef((XmlSchemaGroupRef)particle, root); 1123private XmlSchemaParticle CanonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
717XmlSchemaGroupRef? groupRef = items[i] as XmlSchemaGroupRef; 1642else if (particle is XmlSchemaGroupRef groupRef)
System\Xml\Schema\SchemaSetCompiler.cs (3)
1209else if (particle is XmlSchemaGroupRef) 1211return CanonicalizeGroupRef((XmlSchemaGroupRef)particle, root); 1259private XmlSchemaParticle CanonicalizeGroupRef(XmlSchemaGroupRef groupRef, bool root)
System\Xml\Schema\XmlSchemaChoice.cs (1)
14XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
23[XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
23[XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
179[XmlElement("group", typeof(XmlSchemaGroupRef)), 468else if (particle is XmlSchemaGroupRef) 470XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.Clone(); 520if (p is XmlSchemaGroupRef) 544else if (particle is XmlSchemaGroupRef)
System\Xml\Schema\XmlSchemaSequence.cs (1)
13XmlElement("group", typeof(XmlSchemaGroupRef)),
System\Xml\Schema\XsdBuilder.cs (2)
654private XmlSchemaGroupRef? _groupRef; 1009_groupRef = (XmlSchemaGroupRef)container;
System\Xml\Serialization\ImportContext.cs (3)
302if (particle is XmlSchemaGroupRef refGroup) 391else if (t == typeof(XmlSchemaGroupRef)) 393XmlSchemaGroup? group = (XmlSchemaGroup?)_schemas.Find(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (13)
90else if (o is XmlSchemaGroupRef) 92return ((XmlSchemaGroupRef)o).RefName; 398else if (t == typeof(XmlSchemaGroupRef)) 400Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o); 830else if (o.@Particle is XmlSchemaGroupRef) 832Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 937else if (o.@Particle is XmlSchemaGroupRef) 939Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 1191else if (ai is XmlSchemaGroupRef) 1193Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)ai); 1200private void Write55_XmlSchemaGroupRef(XmlSchemaGroupRef? o) 1236else if (o.@Particle is XmlSchemaGroupRef) 1238Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
716if (particle is XmlSchemaGroupRef refGroup) 890if (particle is XmlSchemaGroupRef refGroup) 911if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef) 991if (particle is XmlSchemaGroupRef refGroup)
System.Web.Services.Description (14)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (14)
2513else if (ai is global::System.Xml.Schema.XmlSchemaGroupRef) { 2514Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 3730else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 3731Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 3916private void Write44_XmlSchemaGroupRef(string n, string ns, global::System.Xml.Schema.XmlSchemaGroupRef o, bool isNullable, bool needType) { 3927if (t == typeof(global::System.Xml.Schema.XmlSchemaGroupRef)) { 4054else if (ai is global::System.Xml.Schema.XmlSchemaGroupRef) { 4055Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)ai), false, false); 4173else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 4174Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 4253else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 4254Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 11593private global::System.Xml.Schema.XmlSchemaGroupRef Read44_XmlSchemaGroupRef(bool isNullable, bool checkType) { 11615global::System.Xml.Schema.XmlSchemaGroupRef o;
System.Xml (1)
System.Xml.cs (1)
57[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupRef))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
56[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaGroupRef))]