3 instantiations of XmlSchemaAttributeGroup
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6939
o = new global::System.Xml.Schema.
XmlSchemaAttributeGroup
();
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
399
XmlSchemaAttributeGroup attributeGroup = new
XmlSchemaAttributeGroup
();
System\Xml\Schema\XsdBuilder.cs (1)
1647
builder.xso = builder.attributeGroup = new
XmlSchemaAttributeGroup
();
110 references to XmlSchemaAttributeGroup
System.Data (10)
fx\src\data\System\Data\XMLSchema.cs (10)
181
if (item is
XmlSchemaAttributeGroup
) {
182
XmlSchemaAttributeGroup
attr = (
XmlSchemaAttributeGroup
)item;
452
if (so is
XmlSchemaAttributeGroup
) {
849
XmlSchemaAttributeGroup
schemaGroup = attributeGroups[groupRef.RefName] as
XmlSchemaAttributeGroup
;
857
private void HandleAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup, DataTable table, bool isBase) {
864
XmlSchemaAttributeGroup
attributeGroupResolved;
866
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.RedefinedAttributeGroup;
869
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroups[attributeGroupRef.RefName];
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
39
{ typeof(
XmlSchemaAttributeGroup
), ErrorHandler },
89
{ typeof(
XmlSchemaAttributeGroup
), ErrorHandler },
System.Web.Extensions (1)
Compilation\WCFModel\SchemaMerger.cs (1)
48
new SchemaTopLevelItemType(typeof(
XmlSchemaAttributeGroup
), "attributeGroup"),
System.Web.Services (10)
System\Web\Services\Description\SchemaCompiler.cs (2)
111
else if (o is
XmlSchemaAttributeGroup
) {
112
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((
XmlSchemaAttributeGroup
)o).Name, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
1879
else if (ai is global::System.Xml.Schema.
XmlSchemaAttributeGroup
) {
1880
Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAttributeGroup
)ai), false, false);
3884
void Write40_XmlSchemaAttributeGroup(string n, string ns, global::System.Xml.Schema.
XmlSchemaAttributeGroup
o, bool isNullable, bool needType) {
3891
if (t == typeof(global::System.Xml.Schema.
XmlSchemaAttributeGroup
)) {
4042
else if (ai is global::System.Xml.Schema.
XmlSchemaAttributeGroup
) {
4043
Write40_XmlSchemaAttributeGroup(@"attributeGroup", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAttributeGroup
)ai), false, false);
6926
global::System.Xml.Schema.
XmlSchemaAttributeGroup
Read40_XmlSchemaAttributeGroup(bool isNullable, bool checkType) {
6938
global::System.Xml.Schema.
XmlSchemaAttributeGroup
o;
System.Xml (87)
System\Xml\Schema\BaseProcessor.cs (5)
70
if (item is
XmlSchemaAttributeGroup
) {
138
XmlSchemaAttributeGroup
attGroup = item as
XmlSchemaAttributeGroup
;
139
XmlSchemaAttributeGroup
existingAttGroup = existingObject as
XmlSchemaAttributeGroup
;
System\Xml\Schema\Preprocessor.cs (12)
399
XmlSchemaAttributeGroup
attributeGroup = new XmlSchemaAttributeGroup();
644
else if (schemaItems[i] is
XmlSchemaAttributeGroup
) {
645
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)schemaItems[i];
701
foreach (
XmlSchemaAttributeGroup
attributeGroup in includedSchema.AttributeGroups.Values) {
757
else if (items[i] is
XmlSchemaAttributeGroup
) {
758
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)items[i];
766
XmlSchemaAttributeGroup
originalAttrGroup = (
XmlSchemaAttributeGroup
)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName];
924
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
1052
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
58
foreach (
XmlSchemaAttributeGroup
attributeGroup in this.schema.AttributeGroups.Values) {
93
XmlSchemaAttributeGroup
attrgroup;
102
else if ((attrgroup = item as
XmlSchemaAttributeGroup
) != null) {
124
XmlSchemaAttributeGroup
attrgroup;
133
else if ((attrgroup = schema.Items[i] as
XmlSchemaAttributeGroup
) != null) {
168
foreach (
XmlSchemaAttributeGroup
attributeGroup in this.schema.AttributeGroups.Values) {
249
private static void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
1362
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
1387
XmlSchemaAttributeGroup
attributeGroupResolved;
1389
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
1392
attributeGroupResolved = (
XmlSchemaAttributeGroup
)this.schema.AttributeGroups[attributeGroupRef.RefName];
1441
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)this.schema.AttributeGroups[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
425
foreach (
XmlSchemaAttributeGroup
attributeGroup in includedSchema.AttributeGroups.Values) {
446
else if (schema.Items[i] is
XmlSchemaAttributeGroup
) {
447
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)schema.Items[i];
508
else if (redefine.Items[i] is
XmlSchemaAttributeGroup
) {
509
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)redefine.Items[i];
516
attributeGroup.Redefined = (
XmlSchemaAttributeGroup
)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName];
617
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
742
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
System\Xml\Schema\SchemaSetCompiler.cs (15)
71
foreach (
XmlSchemaAttributeGroup
attributeGroup in schema.AttributeGroups.Values) {
161
foreach(
XmlSchemaAttributeGroup
attributeGroup in attributeGroups.Values) {
215
foreach (
XmlSchemaAttributeGroup
attributeGroup in attributeGroups.Values) {
216
XmlSchemaAttributeGroup
baseAttributeGroup = attributeGroup.Redefined;
231
private void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
446
private void RecursivelyCheckRedefinedAttributeGroups(
XmlSchemaAttributeGroup
attributeGroup,
XmlSchemaAttributeGroup
baseAttributeGroup) {
1636
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup) {
1664
XmlSchemaAttributeGroup
attributeGroupResolved;
1666
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
1669
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroups[attributeGroupRef.RefName];
1720
XmlSchemaAttributeGroup
attributeGroup = (
XmlSchemaAttributeGroup
)attributeGroups[attributeGroupRef.RefName];
1832
private void CheckAtrributeGroupRestriction(
XmlSchemaAttributeGroup
baseAttributeGroup,
XmlSchemaAttributeGroup
derivedAttributeGroup) {
System\Xml\Schema\XmlSchema.cs (1)
336
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
System\Xml\Schema\XmlSchemaAttributeGroup.cs (5)
22
XmlSchemaAttributeGroup
redefined;
80
public
XmlSchemaAttributeGroup
RedefinedAttributeGroup {
85
internal
XmlSchemaAttributeGroup
Redefined {
107
XmlSchemaAttributeGroup
newGroup = (
XmlSchemaAttributeGroup
)MemberwiseClone();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
36
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
System\Xml\Schema\XsdBuilder.cs (2)
657
private
XmlSchemaAttributeGroup
attributeGroup;
959
this.attributeGroup = (
XmlSchemaAttributeGroup
)container;
System\Xml\Serialization\ImportContext.cs (5)
411
XmlSchemaAttributeGroup
group = (
XmlSchemaAttributeGroup
)schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(
XmlSchemaAttributeGroup
), false);
414
else if (t == typeof(
XmlSchemaAttributeGroup
)) {
415
foreach (XmlSchemaObject o in ((
XmlSchemaAttributeGroup
)item).Attributes) {
System\Xml\Serialization\SchemaObjectWriter.cs (5)
61
else if (o is
XmlSchemaAttributeGroup
) {
62
return ((
XmlSchemaAttributeGroup
)o).QualifiedName;
382
else if (t == typeof(
XmlSchemaAttributeGroup
)) {
383
Write31_XmlSchemaAttributeGroup((
XmlSchemaAttributeGroup
)o);
613
void Write31_XmlSchemaAttributeGroup(
XmlSchemaAttributeGroup
o) {
System\Xml\Serialization\SoapSchemaImporter.cs (1)
322
if (item is
XmlSchemaAttributeGroup
) {
System\Xml\Serialization\XmlSchemaImporter.cs (7)
1462
void ImportAttributeGroupMembers(
XmlSchemaAttributeGroup
group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) {
1465
if (item is
XmlSchemaAttributeGroup
)
1466
ImportAttributeGroupMembers((
XmlSchemaAttributeGroup
)item, identifier, members, membersScope, ns);
1711
XmlSchemaAttributeGroup
FindAttributeGroup(XmlQualifiedName name) {
1712
XmlSchemaAttributeGroup
group = (
XmlSchemaAttributeGroup
)Schemas.Find(name, typeof(
XmlSchemaAttributeGroup
));
System\Xml\Serialization\XmlSchemas.cs (5)
299
else if (type == typeof(
XmlSchemaAttributeGroup
)) {
470
else if (o is
XmlSchemaAttributeGroup
) {
471
return ((
XmlSchemaAttributeGroup
)o).Name;
529
else if (o is
XmlSchemaAttributeGroup
) {
530
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((
XmlSchemaAttributeGroup
)o).Name, details);