2 instantiations of XmlSchemaAttributeGroup
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
455
XmlSchemaAttributeGroup attributeGroup = new
XmlSchemaAttributeGroup
();
System\Xml\Schema\XsdBuilder.cs (1)
1778
builder._xso = builder._attributeGroup = new
XmlSchemaAttributeGroup
();
90 references to XmlSchemaAttributeGroup
netstandard (1)
netstandard.cs (1)
2305
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAttributeGroup
))]
System.Data.Common (9)
System\Data\XMLSchema.cs (9)
199
if (item is
XmlSchemaAttributeGroup
)
201
XmlSchemaAttributeGroup
attr = (
XmlSchemaAttributeGroup
)item;
517
if (so is
XmlSchemaAttributeGroup
)
999
XmlSchemaAttributeGroup
? schemaGroup = _attributeGroups![groupRef!.RefName] as
XmlSchemaAttributeGroup
;
1010
private void HandleAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup, DataTable table, bool isBase)
1021
XmlSchemaAttributeGroup
? attributeGroupResolved;
1028
attributeGroupResolved = (
XmlSchemaAttributeGroup
?)_attributeGroups![attributeGroupRef.RefName];
System.Private.Xml (78)
System\Xml\Schema\BaseProcessor.cs (5)
70
if (item is
XmlSchemaAttributeGroup
)
158
XmlSchemaAttributeGroup
attGroup = (item as
XmlSchemaAttributeGroup
)!;
159
XmlSchemaAttributeGroup
existingAttGroup = (existingObject as
XmlSchemaAttributeGroup
)!;
System\Xml\Schema\Preprocessor.cs (8)
455
XmlSchemaAttributeGroup
attributeGroup = new XmlSchemaAttributeGroup();
737
else if (schemaItems[i] is
XmlSchemaAttributeGroup
attributeGroup)
801
foreach (
XmlSchemaAttributeGroup
? attributeGroup in includedSchema.AttributeGroups.Values)
868
else if (items[i] is
XmlSchemaAttributeGroup
attributeGroup)
879
XmlSchemaAttributeGroup
? originalAttrGroup = (
XmlSchemaAttributeGroup
?)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName];
1077
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1243
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
System\Xml\Schema\SchemaCollectionCompiler.cs (13)
67
foreach (
XmlSchemaAttributeGroup
? attributeGroup in _schema.AttributeGroups.Values)
115
XmlSchemaAttributeGroup
? attrgroup;
125
else if ((attrgroup = item as
XmlSchemaAttributeGroup
) != null)
153
XmlSchemaAttributeGroup
? attrgroup;
163
else if ((attrgroup = schema.Items[i] as
XmlSchemaAttributeGroup
) != null)
209
foreach (
XmlSchemaAttributeGroup
? attributeGroup in _schema.AttributeGroups.Values)
321
private static void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1714
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
1748
XmlSchemaAttributeGroup
? attributeGroupResolved;
1751
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
1755
attributeGroupResolved = (
XmlSchemaAttributeGroup
?)_schema!.AttributeGroups[attributeGroupRef.RefName];
1816
XmlSchemaAttributeGroup
? attributeGroup = (
XmlSchemaAttributeGroup
?)_schema!.AttributeGroups[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
516
foreach (
XmlSchemaAttributeGroup
? attributeGroup in includedSchema.AttributeGroups.Values)
544
else if (schema.Items[i] is
XmlSchemaAttributeGroup
attributeGroup)
615
else if (redefine.Items[i] is
XmlSchemaAttributeGroup
attributeGroup)
625
attributeGroup.Redefined = (
XmlSchemaAttributeGroup
?)redefine.Schema!.AttributeGroups[attributeGroup.QualifiedName];
754
private void CheckRefinedAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
915
private void PreprocessAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
System\Xml\Schema\SchemaSetCompiler.cs (15)
87
foreach (
XmlSchemaAttributeGroup
? attributeGroup in schema.AttributeGroups.Values)
203
foreach (
XmlSchemaAttributeGroup
? attributeGroup in _attributeGroups.Values)
280
foreach (
XmlSchemaAttributeGroup
? attributeGroup in _attributeGroups.Values)
282
XmlSchemaAttributeGroup
? baseAttributeGroup = attributeGroup!.Redefined;
301
private static void CleanupAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
571
private void RecursivelyCheckRedefinedAttributeGroups(
XmlSchemaAttributeGroup
attributeGroup,
XmlSchemaAttributeGroup
baseAttributeGroup)
2065
private void CompileAttributeGroup(
XmlSchemaAttributeGroup
attributeGroup)
2103
XmlSchemaAttributeGroup
? attributeGroupResolved;
2106
attributeGroupResolved = (
XmlSchemaAttributeGroup
)attributeGroup.Redefined;
2110
attributeGroupResolved = (
XmlSchemaAttributeGroup
?)_attributeGroups[attributeGroupRef.RefName];
2176
XmlSchemaAttributeGroup
? attributeGroup = (
XmlSchemaAttributeGroup
?)_attributeGroups[attributeGroupRef.RefName];
2299
private void CheckAttributeGroupRestriction(
XmlSchemaAttributeGroup
baseAttributeGroup,
XmlSchemaAttributeGroup
derivedAttributeGroup)
System\Xml\Schema\XmlSchema.cs (1)
290
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
System\Xml\Schema\XmlSchemaAttributeGroup.cs (5)
15
private
XmlSchemaAttributeGroup
? _redefined;
58
public
XmlSchemaAttributeGroup
? RedefinedAttributeGroup
64
internal
XmlSchemaAttributeGroup
? Redefined
91
XmlSchemaAttributeGroup
newGroup = (
XmlSchemaAttributeGroup
)MemberwiseClone();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
21
XmlElement("attributeGroup", typeof(
XmlSchemaAttributeGroup
)),
System\Xml\Schema\XsdBuilder.cs (2)
659
private
XmlSchemaAttributeGroup
? _attributeGroup;
997
_attributeGroup = (
XmlSchemaAttributeGroup
)container;
System\Xml\Serialization\ImportContext.cs (5)
407
XmlSchemaAttributeGroup
? group = (
XmlSchemaAttributeGroup
?)_schemas.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(
XmlSchemaAttributeGroup
), false);
410
else if (t == typeof(
XmlSchemaAttributeGroup
))
412
foreach (XmlSchemaObject o in ((
XmlSchemaAttributeGroup
)item).Attributes)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
70
else if (o is
XmlSchemaAttributeGroup
)
72
return ((
XmlSchemaAttributeGroup
)o).QualifiedName;
463
else if (t == typeof(
XmlSchemaAttributeGroup
))
465
Write31_XmlSchemaAttributeGroup((
XmlSchemaAttributeGroup
)o);
742
private void Write31_XmlSchemaAttributeGroup(
XmlSchemaAttributeGroup
? o)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
1573
private void ImportAttributeGroupMembers(
XmlSchemaAttributeGroup
group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns)
1578
if (item is
XmlSchemaAttributeGroup
)
1579
ImportAttributeGroupMembers((
XmlSchemaAttributeGroup
)item, identifier, members, membersScope, ns);
1864
private
XmlSchemaAttributeGroup
FindAttributeGroup(XmlQualifiedName name)
1866
XmlSchemaAttributeGroup
? group = (
XmlSchemaAttributeGroup
?)Schemas.Find(name, typeof(
XmlSchemaAttributeGroup
));
System\Xml\Serialization\XmlSchemas.cs (5)
242
else if (type == typeof(
XmlSchemaAttributeGroup
))
456
else if (o is
XmlSchemaAttributeGroup
)
458
return ((
XmlSchemaAttributeGroup
)o).Name;
532
else if (o is
XmlSchemaAttributeGroup
)
534
item = SR.Format(SR.XmlSchemaNamedItem, ns, "attributeGroup", ((
XmlSchemaAttributeGroup
)o).Name, details);
System.Xml (1)
System.Xml.cs (1)
30
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAttributeGroup
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
29
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAttributeGroup
))]