2 instantiations of XmlSchemaGroupRef
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1927
builder._xso = builder._particle = builder._groupRef = new
XmlSchemaGroupRef
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11616
o = 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)
888
if (pt is
XmlSchemaGroupRef
)
889
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)
302
if (particle is
XmlSchemaGroupRef
refGroup)
391
else if (t == typeof(
XmlSchemaGroupRef
))
393
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)
716
if (particle is
XmlSchemaGroupRef
refGroup)
890
if (particle is
XmlSchemaGroupRef
refGroup)
911
if (item is XmlSchemaGroupBase || item is
XmlSchemaGroupRef
)
991
if (particle is
XmlSchemaGroupRef
refGroup)
System.Web.Services.Description (14)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (14)
2513
else if (ai is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
2514
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)ai), false, false);
3730
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
3731
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
3916
private void Write44_XmlSchemaGroupRef(string n, string ns, global::System.Xml.Schema.
XmlSchemaGroupRef
o, bool isNullable, bool needType) {
3927
if (t == typeof(global::System.Xml.Schema.
XmlSchemaGroupRef
)) {
4054
else if (ai is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
4055
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)ai), false, false);
4173
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
4174
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
4253
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
4254
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
11593
private global::System.Xml.Schema.
XmlSchemaGroupRef
Read44_XmlSchemaGroupRef(bool isNullable, bool checkType) {
11615
global::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
))]