1 instantiation of XmlSchemaGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1927builder._xso = builder._particle = builder._groupRef = new XmlSchemaGroupRef();
49 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)
890if (pt is XmlSchemaGroupRef) 891return 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)
304if (particle is XmlSchemaGroupRef refGroup) 393else if (t == typeof(XmlSchemaGroupRef)) 395XmlSchemaGroup? 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)
739if (particle is XmlSchemaGroupRef refGroup) 917if (particle is XmlSchemaGroupRef refGroup) 938if (item is XmlSchemaGroupBase || item is XmlSchemaGroupRef) 1019if (particle is XmlSchemaGroupRef refGroup)
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))]