1 instantiation of XmlSchemaGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1927
builder._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)
890
if (pt is
XmlSchemaGroupRef
)
891
return GetParticleItems(((
XmlSchemaGroupRef
)pt).Particle);
System.Private.Xml (44)
System\Xml\Schema\Preprocessor.cs (3)
1038
XmlSchemaGroupRef
? groupRef = items[i] as
XmlSchemaGroupRef
;
1974
else if (particle is
XmlSchemaGroupRef
groupRef)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1078
else if (particle is
XmlSchemaGroupRef
)
1080
return CanonicalizeGroupRef((
XmlSchemaGroupRef
)particle, root);
1123
private XmlSchemaParticle CanonicalizeGroupRef(
XmlSchemaGroupRef
groupRef, bool root)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
717
XmlSchemaGroupRef
? groupRef = items[i] as
XmlSchemaGroupRef
;
1642
else if (particle is
XmlSchemaGroupRef
groupRef)
System\Xml\Schema\SchemaSetCompiler.cs (3)
1209
else if (particle is
XmlSchemaGroupRef
)
1211
return CanonicalizeGroupRef((
XmlSchemaGroupRef
)particle, root);
1259
private XmlSchemaParticle CanonicalizeGroupRef(
XmlSchemaGroupRef
groupRef, bool root)
System\Xml\Schema\XmlSchemaChoice.cs (1)
14
XmlElement("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
)),
468
else if (particle is
XmlSchemaGroupRef
)
470
XmlSchemaGroupRef
newGroupRef = (
XmlSchemaGroupRef
)particle.Clone();
520
if (p is
XmlSchemaGroupRef
)
544
else if (particle is
XmlSchemaGroupRef
)
System\Xml\Schema\XmlSchemaSequence.cs (1)
13
XmlElement("group", typeof(
XmlSchemaGroupRef
)),
System\Xml\Schema\XsdBuilder.cs (2)
654
private
XmlSchemaGroupRef
? _groupRef;
1009
_groupRef = (
XmlSchemaGroupRef
)container;
System\Xml\Serialization\ImportContext.cs (3)
304
if (particle is
XmlSchemaGroupRef
refGroup)
393
else if (t == typeof(
XmlSchemaGroupRef
))
395
XmlSchemaGroup? group = (XmlSchemaGroup?)_schemas.Find(((
XmlSchemaGroupRef
)item).RefName, typeof(XmlSchemaGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (13)
90
else if (o is
XmlSchemaGroupRef
)
92
return ((
XmlSchemaGroupRef
)o).RefName;
398
else if (t == typeof(
XmlSchemaGroupRef
))
400
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o);
830
else if (o.@Particle is
XmlSchemaGroupRef
)
832
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
937
else if (o.@Particle is
XmlSchemaGroupRef
)
939
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
1191
else if (ai is
XmlSchemaGroupRef
)
1193
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)ai);
1200
private void Write55_XmlSchemaGroupRef(
XmlSchemaGroupRef
? o)
1236
else if (o.@Particle is
XmlSchemaGroupRef
)
1238
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
739
if (particle is
XmlSchemaGroupRef
refGroup)
917
if (particle is
XmlSchemaGroupRef
refGroup)
938
if (item is XmlSchemaGroupBase || item is
XmlSchemaGroupRef
)
1019
if (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
))]