2 instantiations of XmlSchemaGroupRef
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9422
o = new global::System.Xml.Schema.
XmlSchemaGroupRef
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1777
builder.xso = builder.particle = builder.groupRef = new
XmlSchemaGroupRef
();
78 references to XmlSchemaGroupRef
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
762
if (pt is
XmlSchemaGroupRef
)
763
return GetParticleItems( ((
XmlSchemaGroupRef
)pt).Particle );
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
121
XmlSchemaGroupRef
schemaGroupRef = expected as
XmlSchemaGroupRef
;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
64
{ typeof(
XmlSchemaGroupRef
), ErrorHandler },
114
{ typeof(
XmlSchemaGroupRef
), ErrorHandler },
System.Web.Services (14)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (14)
2136
else if (ai is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
2137
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)ai), false, false);
3165
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
3166
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
3327
void Write44_XmlSchemaGroupRef(string n, string ns, global::System.Xml.Schema.
XmlSchemaGroupRef
o, bool isNullable, bool needType) {
3334
if (t == typeof(global::System.Xml.Schema.
XmlSchemaGroupRef
)) {
3441
else if (ai is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
3442
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)ai), false, false);
3544
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
3545
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
3616
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaGroupRef
) {
3617
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaGroupRef
)o.@Particle), false, false);
9409
global::System.Xml.Schema.
XmlSchemaGroupRef
Read44_XmlSchemaGroupRef(bool isNullable, bool checkType) {
9421
global::System.Xml.Schema.
XmlSchemaGroupRef
o;
System.Xml (58)
System\Xml\Schema\Preprocessor.cs (5)
892
XmlSchemaGroupRef
groupRef = items[i] as
XmlSchemaGroupRef
;
1624
else if (particle is
XmlSchemaGroupRef
) {
1625
XmlSchemaGroupRef
groupRef = (
XmlSchemaGroupRef
)particle;
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
860
else if (particle is
XmlSchemaGroupRef
) {
861
return CannonicalizeGroupRef((
XmlSchemaGroupRef
)particle, root, substitution);
895
private XmlSchemaParticle CannonicalizeGroupRef(
XmlSchemaGroupRef
groupRef, bool root, bool substitution) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
587
XmlSchemaGroupRef
groupRef = items[i] as
XmlSchemaGroupRef
;
1312
else if (particle is
XmlSchemaGroupRef
) {
1313
XmlSchemaGroupRef
groupRef = (
XmlSchemaGroupRef
)particle;
System\Xml\Schema\SchemaSetCompiler.cs (3)
954
else if (particle is
XmlSchemaGroupRef
) {
955
return CannonicalizeGroupRef((
XmlSchemaGroupRef
)particle, root);
993
private XmlSchemaParticle CannonicalizeGroupRef(
XmlSchemaGroupRef
groupRef, bool root) {
System\Xml\Schema\XmlSchemaChoice.cs (1)
25
XmlElement("group", typeof(
XmlSchemaGroupRef
)),
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
37
[XmlElement("group", typeof(
XmlSchemaGroupRef
)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
37
[XmlElement("group", typeof(
XmlSchemaGroupRef
)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
189
[XmlElement("group", typeof(
XmlSchemaGroupRef
)),
479
else if (particle is
XmlSchemaGroupRef
) { // group ref
480
XmlSchemaGroupRef
newGroupRef = (
XmlSchemaGroupRef
)particle.Clone();
522
if (p is
XmlSchemaGroupRef
) {
542
else if (particle is
XmlSchemaGroupRef
) {
System\Xml\Schema\XmlSchemaSequence.cs (1)
24
XmlElement("group", typeof(
XmlSchemaGroupRef
)),
System\Xml\Schema\XsdBuilder.cs (2)
652
private
XmlSchemaGroupRef
groupRef;
971
this.groupRef = (
XmlSchemaGroupRef
)container;
System\Xml\Serialization\ImportContext.cs (5)
326
if (particle is
XmlSchemaGroupRef
) {
327
XmlSchemaGroupRef
refGroup = (
XmlSchemaGroupRef
)particle;
401
else if (t == typeof(
XmlSchemaGroupRef
)) {
402
XmlSchemaGroup group = (XmlSchemaGroup)schemas.Find(((
XmlSchemaGroupRef
)item).RefName, typeof(XmlSchemaGroup), false);
System\Xml\Serialization\SchemaObjectWriter.cs (13)
76
else if (o is
XmlSchemaGroupRef
) {
77
return ((
XmlSchemaGroupRef
)o).RefName;
330
else if (t == typeof(
XmlSchemaGroupRef
)) {
331
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o);
689
else if (o.@Particle is
XmlSchemaGroupRef
) {
690
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
780
else if (o.@Particle is
XmlSchemaGroupRef
) {
781
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
998
else if (ai is
XmlSchemaGroupRef
) {
999
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)ai);
1006
void Write55_XmlSchemaGroupRef(
XmlSchemaGroupRef
o) {
1037
else if (o.@Particle is
XmlSchemaGroupRef
) {
1038
Write55_XmlSchemaGroupRef((
XmlSchemaGroupRef
)o.@Particle);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
361
if (particle is
XmlSchemaGroupRef
) {
370
if (item is XmlSchemaGroupBase || item is
XmlSchemaGroupRef
)
System\Xml\Serialization\XmlSchemaImporter.cs (10)
734
if (particle is
XmlSchemaGroupRef
) {
735
XmlSchemaGroupRef
refGroup = (
XmlSchemaGroupRef
)particle;
889
if (particle is
XmlSchemaGroupRef
) {
890
XmlSchemaGroupRef
refGroup = (
XmlSchemaGroupRef
)particle;
907
if (item is XmlSchemaGroupBase || item is
XmlSchemaGroupRef
) {
971
if (particle is
XmlSchemaGroupRef
) {
972
XmlSchemaGroupRef
refGroup = (
XmlSchemaGroupRef
)particle;