2 instantiations of XmlSchemaAttributeGroupRef
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1810builder._xso = builder._attributeGroupRef = new XmlSchemaAttributeGroupRef();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9066o = new Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef();
52 references to XmlSchemaAttributeGroupRef
dotnet-svcutil-lib (52)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1117XmlSchemaAttributeGroupRef attrGroupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 2048XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
1749XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 1816XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
767XmlSchemaAttributeGroupRef groupRef = attributeGroup.Attributes[i] as XmlSchemaAttributeGroupRef; 1695XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
2088XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes[i]; 2159XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes[i];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
45XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (1)
55XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (1)
55XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (6)
225XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] 502XmlSchemaAttributeGroupRef attributeGroupRef; 503XmlSchemaAttributeGroupRef newAttGroupRef; 510attributeGroupRef = xso as XmlSchemaAttributeGroupRef; 513newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.Clone(); 642if (attributes[i] is XmlSchemaAttributeGroupRef)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (1)
39XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
73XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
669private XmlSchemaAttributeGroupRef _attributeGroupRef; 1008_attributeGroupRef = (XmlSchemaAttributeGroupRef)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
490else if (t == typeof(XmlSchemaAttributeGroupRef)) 492XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
459else if (t == typeof(XmlSchemaAttributeGroupRef)) 461Write32_XmlSchemaAttributeGroupRef((XmlSchemaAttributeGroupRef)o); 757private void Write32_XmlSchemaAttributeGroupRef(XmlSchemaAttributeGroupRef o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
771else if (item is XmlSchemaAttributeGroupRef) 773XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (16)
4020if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4022Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4161private void Write37_XmlSchemaAttributeGroupRef(string n, string ns, Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef o, bool isNullable, bool needType) 4171if (t == typeof(Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)) 4493else if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4495Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4584else if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4586Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4772else if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4774Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4838else if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4840Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 4940if (ai is Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef) 4942Write37_XmlSchemaAttributeGroupRef(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef)ai), false, false); 9050private Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef Read37_XmlSchemaAttributeGroupRef(bool isNullable, bool checkType) 9065Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef o;