2 types derived from XmlAttribute
System.Configuration (1)
System\Configuration\ConfigXmlAttribute.cs (1)
14
internal sealed class ConfigXmlAttribute :
XmlAttribute
, IConfigErrorInfo {
System.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
12
internal class XmlUnspecifiedAttribute:
XmlAttribute
{
5 instantiations of XmlAttribute
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (2)
882
return new
XmlAttribute
( AddAttrXmlName( prefix, localName, namespaceURI, null ), this );
1525
namespaceXml = new
XmlAttribute
(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
System\Xml\Dom\XmlLoader.cs (1)
508
attr = new
XmlAttribute
( r.Prefix, r.LocalName, r.NamespaceURI, this.doc );
System\Xml\Schema\XsdBuilder.cs (1)
740
XmlAttribute attribute = new
XmlAttribute
(prefix, name, ns, this.schema.Document);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
221
XmlAttribute attribute = new
XmlAttribute
("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);
1422 references to XmlAttribute
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
478
XmlAttribute
attrInclude = xmlProjectDoc.CreateAttribute(INCLUDE_ATTR_NAME);
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (2)
211
XmlAttribute
attr = null;
233
attr = current as
XmlAttribute
;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (9)
185
XmlAttribute
node;
225
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.Height);
240
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.Width);
255
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.IsExpanded);
270
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.ZOrder);
283
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.Left);
303
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.Top);
314
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.XOffset);
323
node = (
XmlAttribute
)sncAnnotation.FindData(XmlToken.YOffset);
System.Configuration (2)
System\Configuration\ErrorInfoXmlDocument.cs (1)
89
public override
XmlAttribute
CreateAttribute( string prefix, string localName, string namespaceUri ) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
202
foreach (
XmlAttribute
attribute in attributes) {
System.Data (54)
fx\src\data\System\Data\DataSet.cs (4)
1598
XmlAttribute
attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
1965
XmlAttribute
attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
2414
XmlAttribute
attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
3681
foreach (
XmlAttribute
a in e.UnhandledAttributes) {
fx\src\data\System\Data\DataTable.cs (2)
5219
XmlAttribute
attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
5437
XmlAttribute
attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
fx\src\data\System\Data\XmlDataLoader.cs (6)
121
XmlAttribute
attr = node.Attributes[i];
230
if (node is
XmlAttribute
)
231
ownerNode = ((
XmlAttribute
)node).OwnerElement;
415
foreach(
XmlAttribute
attr in rowElement.Attributes ) {
512
foreach(
XmlAttribute
attr in topMostNode.Attributes ) {
686
foreach(
XmlAttribute
attr in topMostNode.Attributes ) {
fx\src\data\System\Data\XMLSchema.cs (8)
235
internal static void SetProperties(Object instance,
XmlAttribute
[] attrs) {
282
private static void SetExtProperties(Object instance,
XmlAttribute
[] attrs) {
313
private void HandleColumnExpression(Object instance,
XmlAttribute
[] attrs) {
334
XmlAttribute
[] nodeAttributes = node.UnhandledAttributes;
1691
internal void HandleSimpleTypeSimpleContentColumn(XmlSchemaSimpleType typeNode, string strType, DataTable table, bool isBase,
XmlAttribute
[] attrs, bool isNillable){
1809
internal void HandleSimpleContentColumn(String strType, DataTable table, bool isBase,
XmlAttribute
[] attrs, bool isNillable){
2424
XmlAttribute
[] attribs = node.UnhandledAttributes;
2427
XmlAttribute
attrib = attribs[i];
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
407
XmlNode nodeRegion = (node.NodeType == XmlNodeType.Attribute) ? ((
XmlAttribute
)node).OwnerElement : node.ParentNode;
fx\src\data\System\NewXml\DataPointer.cs (2)
254
XmlNode n = ((
XmlAttribute
)node).OwnerElement;
507
return !((
XmlAttribute
)node).Specified;
fx\src\data\System\NewXml\DataSetMappper.cs (3)
101
foreach (
XmlAttribute
a in elem.Attributes ) {
206
node = ((
XmlAttribute
)node).OwnerElement;
229
XmlAttribute
attr = rowElem.Attributes[iAttr];
fx\src\data\System\NewXml\XmlDataDocument.cs (10)
54
internal
XmlAttribute
attrXml = null;
651
XmlAttribute
attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.XSINS );
906
newNode.Attributes.Append( (
XmlAttribute
)CloneTreeInternal(dp) );
1308
XmlAttribute
attr = rowElement.GetAttributeNode(XSI_NIL);
1320
XmlAttribute
attr = rowElement.GetAttributeNode(XSI_NIL);
1333
foreach(
XmlAttribute
attr in rowElement.Attributes ) {
1377
XmlAttribute
attr = e.GetAttributeNode(XSI_NIL);
2282
foreach(
XmlAttribute
attr in rowElement.Attributes ) {
2370
XmlAttribute
attr = node as
XmlAttribute
;
fx\src\data\System\NewXml\XPathNodePointer.cs (18)
383
curNode = ((
XmlAttribute
)curNode).OwnerElement;
495
foreach (
XmlAttribute
attr in _node.Attributes ) {
606
foreach (
XmlAttribute
attr in attrs ) {
614
XmlAttributeCollection attrs = ((
XmlAttribute
)_node).OwnerElement.Attributes;
616
foreach (
XmlAttribute
attr in attrs ) {
901
n = ((
XmlAttribute
)_node).OwnerElement;
921
return ((
XmlAttribute
)node).OwnerElement;
970
XmlNode parent = ( ( curNode.NodeType == XmlNodeType.Attribute ) ? ( ((
XmlAttribute
)curNode).OwnerElement ) : ( curNode.ParentNode ) );
1064
curNode1 = ( ( curNode1.NodeType == XmlNodeType.Attribute ) ? ( ((
XmlAttribute
)curNode1).OwnerElement ) : ( curNode1.ParentNode ) );
1072
curNode2 = ( ( curNode2.NodeType == XmlNodeType.Attribute ) ? ( ((
XmlAttribute
)curNode2).OwnerElement ) : ( curNode2.ParentNode ) );
1196
XmlAttribute
attr = null;
1239
node = ((
XmlAttribute
)node).OwnerElement;
1271
XmlAttribute
attr = null;
1311
private bool MoveToNextNamespace( XmlBoundElement be, DataColumn col,
XmlAttribute
curAttr ) {
1316
XmlAttribute
attr = null;
1438
XmlAttribute
attr = (
XmlAttribute
)(this._node);
1445
if ( MoveToNextNamespace( (XmlBoundElement)node, null, (
XmlAttribute
)attr ) )
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
561
typeof(System.Xml.
XmlAttribute
).Assembly.Location, // System.Xml.dll
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
103
foreach (
XmlAttribute
a in propertyNode.Attributes)
108
foreach (
XmlAttribute
a2 in propertyNode.Attributes)
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
475
XmlAttribute
nameAttribute = p.Attributes["Name"];
476
XmlAttribute
valueAttribute = p.Attributes["Value"];
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
67
foreach (
XmlAttribute
attribute in element.Attributes)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
119
foreach (
XmlAttribute
attribute in customConfigElement.Attributes)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
119
foreach (
XmlAttribute
attribute in customConfigElement.Attributes)
System.Runtime.Serialization (22)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
296
IList<
XmlAttribute
> xmlAttributes;
305
internal IList<
XmlAttribute
> XmlAttributes
System\Runtime\Serialization\ExtensionDataReader.cs (1)
623
XmlAttribute
xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.localName, a.ns);
System\Runtime\Serialization\SchemaExporter.cs (7)
229
XmlAttribute
emitDefaultValueAttribute = XmlDoc.CreateAttribute(Globals.EmitDefaultValueAttribute);
245
XmlAttribute
nameAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNameAttribute);
249
XmlAttribute
nsAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNamespaceAttribute);
302
XmlAttribute
nameAttribute = XmlDoc.CreateAttribute(Globals.GenericNameAttribute);
307
XmlAttribute
nsAttribute = XmlDoc.CreateAttribute(Globals.GenericNamespaceAttribute);
322
XmlAttribute
nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute);
332
XmlAttribute
typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (10)
906
IList<
XmlAttribute
> xmlAttributes = null;
918
xmlAttributes = new List<
XmlAttribute
>();
919
xmlAttributes.Add((
XmlAttribute
)Document.ReadNode(xmlReader.UnderlyingReader));
953
IList<
XmlAttribute
> xmlAttributes = null;
956
xmlAttributes = new List<
XmlAttribute
>();
1037
internal XmlReaderDelegator CreateReaderOverChildNodes(IList<
XmlAttribute
> xmlAttributes, IList<XmlNode> xmlChildNodes)
1046
internal static XmlNode CreateWrapperXmlElement(XmlDocument document, IList<
XmlAttribute
> xmlAttributes, IList<XmlNode> xmlChildNodes, string prefix, string localName, string ns)
1054
wrapperElement.Attributes.Append((
XmlAttribute
)xmlAttributes[i]);
1064
XmlAttribute
AddNamespaceDeclaration(string prefix, string ns)
1066
XmlAttribute
attribute = (prefix == null || prefix.Length == 0) ?
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
704
IList<
XmlAttribute
> xmlAttributes = dataNode.XmlAttributes;
707
foreach (
XmlAttribute
attribute in xmlAttributes)
System.ServiceModel (69)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
53
XmlAttribute
protectionLevelAttribute = Document.CreateAttribute(ProtectionLevelName);
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
244
XmlAttribute
millisecondsAttribute = wsrmNode.Attributes[ReliableSessionPolicyStrings.Milliseconds];
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
379
XmlAttribute
attr = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix11,
388
XmlAttribute
attrLegacy = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix10,
System\ServiceModel\Description\MetadataReference.cs (2)
22
Collection<
XmlAttribute
> attributes = new Collection<
XmlAttribute
>();
System\ServiceModel\Description\MetadataSection.cs (3)
20
Collection<
XmlAttribute
> attributes = new Collection<
XmlAttribute
>();
45
public Collection<
XmlAttribute
> Attributes
System\ServiceModel\Description\MetadataSet.cs (19)
20
Collection<
XmlAttribute
> attributes = new Collection<
XmlAttribute
>();
43
public Collection<
XmlAttribute
> Attributes
285
global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
> a = (global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
>)o.@Attributes;
290
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
337
global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
> a = (global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
>)o.@Attributes;
342
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
472
global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
> a_1 = (global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
>)o.@Attributes;
478
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
)Document.ReadNode(Reader);
533
global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
> a_0 = (global::System.Collections.ObjectModel.Collection<global::System.Xml.
XmlAttribute
>)o.@Attributes;
549
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
)Document.ReadNode(Reader);
System\ServiceModel\Description\PolicyReader.cs (1)
236
internal static bool IsPolicyURIs(
XmlAttribute
attribute)
System\ServiceModel\Description\SoapHelper.cs (4)
27
static
XmlAttribute
CreateLocalAttribute(string name, string value)
29
XmlAttribute
attribute = Document.CreateAttribute(name);
394
foreach (
XmlAttribute
attribute in src.Attributes)
644
XmlAttribute
attribute = element.GetAttributeNode("use");
System\ServiceModel\Description\WsdlExporter.cs (9)
577
XmlAttribute
attribute;
592
wsdlOperationMessage.ExtensibleAttributes = new
XmlAttribute
[] { attribute };
815
XmlAttribute
uriAttribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Attributes.URI);
828
XmlAttribute
idAttribute = XmlDoc.CreateAttribute(MetadataStrings.Wsu.Prefix,
1147
static
XmlAttribute
[] CloneAndAddToAttributes(
XmlAttribute
[] originalAttributes, string prefix, string localName, string ns, string value)
1149
XmlAttribute
newAttribute = XmlDoc.CreateAttribute(prefix, localName, ns);
1156
XmlAttribute
[] attributes = new
XmlAttribute
[originalAttributeCount + 1];
System\ServiceModel\Description\WsdlImporter.cs (22)
1037
XmlAttribute
[] attributes = wsdlOperationMessage.ExtensibleAttributes;
1040
foreach (
XmlAttribute
attribute in attributes)
1248
XmlAttribute
isInitiating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsInitiating,
1263
XmlAttribute
isTerminating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsTerminating,
1281
XmlAttribute
usingSession = FindAttribute(wsdlPortType.ExtensibleAttributes, WsdlExporter.NetSessionHelper.UsingSession,
1297
static
XmlAttribute
FindAttribute(
XmlAttribute
[] attributes, string localName, string ns)
1301
foreach (
XmlAttribute
attribute in attributes)
1382
XmlAttribute
[] attributes = item.ExtensibleAttributes;
1385
foreach (
XmlAttribute
attribute in attributes)
1393
Array.Resize<
XmlAttribute
>(ref attributes, i + 1);
1400
attributes = new
XmlAttribute
[1];
1407
static
XmlAttribute
CreatePolicyURIsAttribute(string value)
1409
XmlAttribute
attribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Prefix,
1420
XmlAttribute
[] attributes = item.ExtensibleAttributes;
1423
foreach (
XmlAttribute
attribute in attributes)
1442
XmlAttribute
idAttribute = XmlDoc.CreateAttribute(MetadataStrings.Wsu.Prefix,
1477
XmlAttribute
bindingName = xmlDocument.CreateAttribute(bindingAttrName);
1481
XmlAttribute
bindingNamespace = xmlDocument.CreateAttribute(bindingAttrNamespace);
2158
XmlAttribute
[] attributes = item.ExtensibleAttributes;
2161
foreach (
XmlAttribute
attribute in attributes)
2175
XmlAttribute
[] attributes = item.ExtensibleAttributes;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
342
XmlAttribute
attr = doc.CreateAttribute("Uri");
System\ServiceModel\Security\WSTrust.cs (3)
254
XmlAttribute
attr = rstXml.Attributes[i];
349
XmlAttribute
attr = rstrXml.Attributes[i];
852
XmlAttribute
attr = elem.Attributes[i];
System\ServiceModel\Security\WSTrustDec2005.cs (1)
103
XmlAttribute
dialectAttribute = result.OwnerDocument.CreateAttribute(DXD.TrustDec2005Dictionary.Dialect.Value);
System.Web (4)
Configuration\HandlerBase.cs (1)
161
XmlAttribute
attr = node.Attributes[attrib];
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
141
XmlAttribute
attr = attrs[_name];
UI\WebControls\XmlHierarchyData.cs (1)
237
XmlAttribute
attr = attrs[_name];
XmlSiteMapProvider.cs (1)
798
foreach (
XmlAttribute
attribute in xmlNode.Attributes) {
System.Web.DataVisualization (8)
Common\Utilities\XmlSerializer.cs (8)
1478
XmlAttribute
attrib = xmlDocument.CreateAttribute("_Template_");
1610
XmlAttribute
attrib = xmlDocument.CreateAttribute("XValue");
1616
XmlAttribute
attrib = xmlDocument.CreateAttribute("YValues");
1622
XmlAttribute
attrib = xmlDocument.CreateAttribute("IsEmpty");
1635
XmlAttribute
attrib = xmlDocument.CreateAttribute(properyName);
1648
XmlAttribute
attrib = xmlDocument.CreateAttribute("CustomProperties");
1744
XmlAttribute
attrib = xmlDocument.CreateAttribute(elementName);
2006
foreach(
XmlAttribute
attr in xmlParentNode.Attributes)
System.Web.Extensions (28)
Compilation\WCFModel\SchemaMerger.cs (28)
53
typeof(
XmlAttribute
[]),
59
private readonly static
XmlAttribute
[] emptyXmlAttributeCollection = new
XmlAttribute
[0];
259
if (typeof(
XmlAttribute
[]) == propertyInfo.PropertyType)
270
XmlAttribute
differentAttribute1, differentAttribute2;
271
if (!CompareXmlAttributeCollections((
XmlAttribute
[])originalValue, (
XmlAttribute
[])newValue, out differentAttribute1, out differentAttribute2))
359
if (originalValue is
XmlAttribute
)
361
return CompareXmlAttributes((
XmlAttribute
)originalValue, (
XmlAttribute
)newValue);
428
private static bool CompareXmlAttributes(
XmlAttribute
attribute1,
XmlAttribute
attribute2)
440
private static bool CompareXmlAttributeCollections(System.Collections.ICollection attributeCollection1, System.Collections.ICollection attributeCollection2, out
XmlAttribute
differentAttribute1, out
XmlAttribute
differentAttribute2)
445
XmlAttribute
[] attributeArray1 = GetSortedAttributeArray(attributeCollection1);
446
XmlAttribute
[] attributeArray2 = GetSortedAttributeArray(attributeCollection2);
452
differentAttribute1 = (
XmlAttribute
)differentItem1;
453
differentAttribute2 = (
XmlAttribute
)differentItem2;
464
private static
XmlAttribute
[] GetSortedAttributeArray(System.Collections.ICollection attributeCollection)
466
XmlAttribute
[] attributeArray = new
XmlAttribute
[attributeCollection.Count];
468
foreach (
XmlAttribute
attribute in attributeCollection)
492
XmlAttribute
differentAttribute1, differentAttribute2;
661
if (value is
XmlAttribute
)
663
return "@" + ((
XmlAttribute
)value).LocalName;
754
private class AttributeComparer : System.Collections.Generic.IComparer<
XmlAttribute
>
757
public int Compare(System.Xml.
XmlAttribute
x, System.Xml.
XmlAttribute
y)
System.Web.Services (920)
System\Web\Services\Description\ServiceDescription.cs (3)
568
XmlAttribute
[] anyAttribute;
614
public System.Xml.
XmlAttribute
[] ExtensibleAttributes {
1558
XmlAttribute
requiredAttr = element.Attributes["required", ServiceDescription.Namespace];
System\Web\Services\Description\ServiceDescriptionSerializer.cs (915)
31
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
34
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
120
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
123
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
175
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
178
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
309
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
312
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
385
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
388
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
462
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
465
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
604
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
607
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1080
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1083
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1377
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1380
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1432
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1435
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1511
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1514
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1559
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1562
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1607
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1610
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1655
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1658
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1710
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1713
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1759
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1762
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1829
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
1832
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
1921
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
1924
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2066
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2069
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2113
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2116
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2175
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2178
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2222
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2225
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2314
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2317
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2354
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2357
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2387
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2390
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2427
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2430
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2468
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2471
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2518
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2521
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2550
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2553
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2633
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2636
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2667
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2670
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2701
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2704
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2735
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2738
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2769
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2772
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2803
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2806
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2837
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2840
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2871
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2874
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2905
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2908
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2939
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2942
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
2973
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2976
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3007
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3010
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3041
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3044
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3120
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3123
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3217
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3220
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3251
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3254
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3314
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3317
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3345
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3348
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3378
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3381
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3418
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3421
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3480
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3483
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3524
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3527
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3596
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3599
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3668
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3671
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3711
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3714
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3816
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3819
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3869
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3872
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3902
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3905
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3956
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3959
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
3987
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3990
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
4019
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4022
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
4076
global::System.Xml.
XmlAttribute
[] a = (global::System.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
4079
global::System.Xml.
XmlAttribute
ai = (global::System.Xml.
XmlAttribute
)a[i];
4144
global::System.Xml.
XmlAttribute
[] a_1 = null;
4167
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4169
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4172
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4176
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4218
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4236
global::System.Xml.
XmlAttribute
[] a_1 = null;
4251
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4253
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4256
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4260
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4286
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4304
global::System.Xml.
XmlAttribute
[] a_1 = null;
4322
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4324
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4327
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4331
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4363
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4531
global::System.Xml.
XmlAttribute
[] a_1 = null;
4550
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4552
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4555
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4559
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4594
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4612
global::System.Xml.
XmlAttribute
[] a_1 = null;
4627
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4629
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4632
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4636
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4679
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4697
global::System.Xml.
XmlAttribute
[] a_1 = null;
4711
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4713
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4716
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4720
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4749
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4907
global::System.Xml.
XmlAttribute
[] a_1 = null;
4921
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
4923
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
4926
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4930
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
4977
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
5743
global::System.Xml.
XmlAttribute
[] a_1 = null;
5757
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
5759
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5762
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
5766
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
5819
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6265
global::System.Xml.
XmlAttribute
[] a_1 = null;
6280
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6282
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6285
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6289
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6315
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6333
global::System.Xml.
XmlAttribute
[] a_1 = null;
6353
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6355
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6358
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6362
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6394
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6412
global::System.Xml.
XmlAttribute
[] a_1 = null;
6430
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6432
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6435
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6439
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6462
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6480
global::System.Xml.
XmlAttribute
[] a_1 = null;
6498
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6500
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6503
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6507
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6530
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6548
global::System.Xml.
XmlAttribute
[] a_1 = null;
6566
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6568
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6571
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6575
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6598
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6616
global::System.Xml.
XmlAttribute
[] a_1 = null;
6631
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6633
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6636
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6640
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6666
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6684
global::System.Xml.
XmlAttribute
[] a_1 = null;
6706
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6708
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6711
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6715
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6738
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6756
global::System.Xml.
XmlAttribute
[] a_1 = null;
6767
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6769
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6772
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6776
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6802
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
6823
global::System.Xml.
XmlAttribute
[] a_10 = null;
6860
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6862
a_10 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_10, ca_10, typeof(global::System.Xml.
XmlAttribute
)); a_10[ca_10++] = attr;
6865
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.
XmlAttribute
), true);
6869
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.
XmlAttribute
), true);
6921
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.
XmlAttribute
), true);
6940
global::System.Xml.
XmlAttribute
[] a_3 = null;
6958
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
6960
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
6963
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
6967
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7000
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7019
global::System.Xml.
XmlAttribute
[] a_3 = null;
7040
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7042
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7045
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7049
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7072
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7092
global::System.Xml.
XmlAttribute
[] a_3 = null;
7105
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7107
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7110
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7114
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7139
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7293
global::System.Xml.
XmlAttribute
[] a_3 = null;
7310
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7312
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7315
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7319
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7342
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7361
global::System.Xml.
XmlAttribute
[] a_3 = null;
7402
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7404
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7407
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7411
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7438
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7457
global::System.Xml.
XmlAttribute
[] a_3 = null;
7478
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7480
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7483
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7487
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7522
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7541
global::System.Xml.
XmlAttribute
[] a_3 = null;
7564
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7566
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7569
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7574
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7601
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7621
global::System.Xml.
XmlAttribute
[] a_3 = null;
7639
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7641
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7644
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7648
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7711
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7730
global::System.Xml.
XmlAttribute
[] a_3 = null;
7751
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7753
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7756
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7760
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7783
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7802
global::System.Xml.
XmlAttribute
[] a_3 = null;
7823
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7825
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7828
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7832
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7855
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7874
global::System.Xml.
XmlAttribute
[] a_3 = null;
7895
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7897
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7900
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7904
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7927
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7946
global::System.Xml.
XmlAttribute
[] a_3 = null;
7967
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
7969
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
7972
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7976
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
7999
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8018
global::System.Xml.
XmlAttribute
[] a_3 = null;
8039
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8041
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8044
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8048
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8071
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8090
global::System.Xml.
XmlAttribute
[] a_3 = null;
8111
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8113
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8116
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8120
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8143
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8162
global::System.Xml.
XmlAttribute
[] a_3 = null;
8183
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8185
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8188
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8192
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8215
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8234
global::System.Xml.
XmlAttribute
[] a_3 = null;
8255
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8257
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8260
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8264
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8287
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8306
global::System.Xml.
XmlAttribute
[] a_3 = null;
8327
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8329
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8332
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8336
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8359
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8378
global::System.Xml.
XmlAttribute
[] a_3 = null;
8399
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8401
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8404
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8408
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8431
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8450
global::System.Xml.
XmlAttribute
[] a_3 = null;
8471
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8473
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8476
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8480
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8503
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8522
global::System.Xml.
XmlAttribute
[] a_3 = null;
8543
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8545
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8548
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8552
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8575
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8594
global::System.Xml.
XmlAttribute
[] a_3 = null;
8611
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8613
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8616
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8620
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8647
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8706
global::System.Xml.
XmlAttribute
[] a_3 = null;
8772
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8774
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8777
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8781
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8821
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8840
global::System.Xml.
XmlAttribute
[] a_3 = null;
8862
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8864
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8867
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8871
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8901
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8920
global::System.Xml.
XmlAttribute
[] a_3 = null;
8937
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
8939
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8942
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8946
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8969
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
8988
global::System.Xml.
XmlAttribute
[] a_3 = null;
9006
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9008
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9011
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9015
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9045
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9064
global::System.Xml.
XmlAttribute
[] a_3 = null;
9082
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9084
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9087
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9091
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9121
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9140
global::System.Xml.
XmlAttribute
[] a_3 = null;
9174
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9176
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9179
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9183
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9240
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9259
global::System.Xml.
XmlAttribute
[] a_3 = null;
9281
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9283
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9286
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9290
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9316
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9335
global::System.Xml.
XmlAttribute
[] a_3 = null;
9357
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9359
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9362
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9366
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9404
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9423
global::System.Xml.
XmlAttribute
[] a_3 = null;
9448
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9450
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9453
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9457
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9480
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9499
global::System.Xml.
XmlAttribute
[] a_3 = null;
9521
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9523
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9526
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9530
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9568
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9587
global::System.Xml.
XmlAttribute
[] a_3 = null;
9616
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9618
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9621
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9625
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9648
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9667
global::System.Xml.
XmlAttribute
[] a_3 = null;
9680
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9682
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9685
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9689
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9720
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9739
global::System.Xml.
XmlAttribute
[] a_3 = null;
9757
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9759
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9762
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9766
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9799
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9818
global::System.Xml.
XmlAttribute
[] a_3 = null;
9837
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9839
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9842
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9846
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9919
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9938
global::System.Xml.
XmlAttribute
[] a_3 = null;
9955
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
9957
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9960
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9964
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
9995
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10014
global::System.Xml.
XmlAttribute
[] a_3 = null;
10032
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10034
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10037
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10041
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10090
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10109
global::System.Xml.
XmlAttribute
[] a_3 = null;
10127
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10129
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10132
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10136
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10185
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10204
global::System.Xml.
XmlAttribute
[] a_3 = null;
10221
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10223
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10226
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10230
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10265
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10284
global::System.Xml.
XmlAttribute
[] a_3 = null;
10309
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10311
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10314
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10318
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10341
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10360
global::System.Xml.
XmlAttribute
[] a_3 = null;
10378
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10380
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10383
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10387
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10421
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10440
global::System.Xml.
XmlAttribute
[] a_3 = null;
10461
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10463
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10466
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10470
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10493
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10512
global::System.Xml.
XmlAttribute
[] a_3 = null;
10529
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10531
a_3 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10534
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10538
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10561
o.@UnhandledAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlAttribute
), true);
10579
global::System.Xml.
XmlAttribute
[] a_1 = null;
10597
System.Xml.
XmlAttribute
attr = (System.Xml.
XmlAttribute
) Document.ReadNode(Reader);
10599
a_1 = (global::System.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
10602
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
10606
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
10629
o.@ExtensibleAttributes = (global::System.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.
XmlAttribute
), true);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
847
XmlAttribute
xmlnsAttr = doc.CreateAttribute("xmlns", prefix, "http://www.w3.org/2000/xmlns/");
849
XmlAttribute
qnameAttr = doc.CreateAttribute(Soap12.Attribute.UpgradeEnvelopeQname);
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
578
foreach (
XmlAttribute
asmIdAttr in asmIdAttrs) {
950
foreach (
XmlAttribute
attribute in principal.Attributes) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
1182
foreach (
XmlAttribute
asmIdAttr in asmIdAttrs)
1685
foreach (
XmlAttribute
attribute in principal.Attributes)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
138
XmlAttribute
attr = node.Attributes[attribute];
System.Windows.Forms.DataVisualization (8)
Common\Utilities\XmlSerializer.cs (8)
1478
XmlAttribute
attrib = xmlDocument.CreateAttribute("_Template_");
1610
XmlAttribute
attrib = xmlDocument.CreateAttribute("XValue");
1616
XmlAttribute
attrib = xmlDocument.CreateAttribute("YValues");
1622
XmlAttribute
attrib = xmlDocument.CreateAttribute("IsEmpty");
1635
XmlAttribute
attrib = xmlDocument.CreateAttribute(properyName);
1648
XmlAttribute
attrib = xmlDocument.CreateAttribute("CustomProperties");
1744
XmlAttribute
attrib = xmlDocument.CreateAttribute(elementName);
2006
foreach(
XmlAttribute
attr in xmlParentNode.Attributes)
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Configuration.cs (2)
33
XmlAttribute
versionAttribute = targetFx.Attributes.GetNamedItem(TargetFxVersionAttribute) as
XmlAttribute
;
System.Xml (271)
System\Xml\Dom\DocumentSchemaValidator.cs (9)
137
partialValidationType = FindSchemaInfo(nodeToValidate as
XmlAttribute
);
171
XmlAttribute
attr = attrs[i];
191
node = ((
XmlAttribute
)node).OwnerElement;
265
XmlAttribute
attr = currentNode as
XmlAttribute
;
305
XmlAttribute
attr = null;
355
XmlAttribute
attr = null;
501
private XmlSchemaAttribute FindSchemaInfo(
XmlAttribute
attributeToValidate) {
607
XmlAttribute
attr = null;
System\Xml\Dom\DocumentXmlWriter.cs (12)
183
XmlAttribute
attr = document.CreateAttribute(prefix, localName, ns);
190
XmlAttribute
attr = write as
XmlAttribute
;
215
XmlAttribute
attr;
228
XmlAttribute
attr = write as
XmlAttribute
;
362
XmlAttribute
attr = fragment[i] as
XmlAttribute
;
366
&& ((
XmlAttribute
)attrs.nodes[offset]).Specified) {
371
XmlAttribute
attr = fragment[i] as
XmlAttribute
;
415
void AddAttribute(
XmlAttribute
attr, XmlNode parent) {
System\Xml\Dom\DocumentXPathNavigator.cs (43)
49
if (((
XmlAttribute
)node).IsNamespace) {
101
XmlAttribute
attribute = source as
XmlAttribute
;
117
if (((
XmlAttribute
)source).IsNamespace) {
133
XmlAttribute
attribute = source as
XmlAttribute
;
229
XmlAttribute
attribute = attributes[i];
249
XmlAttribute
attribute = attributes[i];
272
XmlAttribute
attribute = attributes[i];
284
XmlAttribute
attribute = source as
XmlAttribute
;
309
XmlAttribute
attribute = node as
XmlAttribute
;
332
XmlAttribute
attribute = element.GetAttributeNode(localName, namespaceUri);
367
XmlAttribute
attribute = element.GetAttributeNode(localName, namespaceUri);
411
XmlAttribute
attribute = attributes[index];
444
XmlAttribute
attribute = attributes[i];
473
XmlAttribute
attribute = source as
XmlAttribute
;
539
XmlAttribute
attribute = attributes[i];
571
XmlAttribute
attribute = bottom.GetAttributeNode(localName, namespaceUri);
700
XmlAttribute
attribute = source as
XmlAttribute
;
716
XmlAttribute
attribute = source as
XmlAttribute
;
816
following = ((
XmlAttribute
)following).OwnerElement;
881
following = ((
XmlAttribute
)following).OwnerElement;
1058
XmlAttribute
attribute = node as
XmlAttribute
;
1085
XmlElement element = ((
XmlAttribute
)node1).OwnerElement;
1089
XmlAttribute
attribute = attributes[i];
1393
XmlAttribute
attribute = (
XmlAttribute
)node;
1443
XmlAttribute
attribute = (
XmlAttribute
)node;
1476
private static void DeleteAttribute(
XmlAttribute
attribute, int index) {
1523
XmlAttribute
attribute = attributes[j];
1537
XmlAttribute
attribute = node as
XmlAttribute
;
1549
private static bool ResetAttributePosition(
XmlAttribute
attribute, XmlAttributeCollection attributes, out int index) {
1562
private static bool CheckAttributePosition(
XmlAttribute
attribute, out XmlAttributeCollection attributes, int index) {
1729
XmlAttribute
attribute = bottom as
XmlAttribute
;
System\Xml\Dom\XmlAttribute.cs (1)
51
XmlAttribute
attr = doc.CreateAttribute( Prefix, LocalName, NamespaceURI );
System\Xml\Dom\XmlAttributeCollection.cs (50)
21
public
XmlAttribute
this[ int i ] {
24
return (
XmlAttribute
)nodes[i];
33
public
XmlAttribute
this[ string name ]
39
XmlAttribute
node = (
XmlAttribute
) nodes[i];
54
public
XmlAttribute
this[ string localName, string namespaceURI ]
60
XmlAttribute
node = (
XmlAttribute
) nodes[i];
74
internal int FindNodeOffset(
XmlAttribute
node ) {
76
XmlAttribute
tmp = (
XmlAttribute
) nodes[i];
88
internal int FindNodeOffsetNS(
XmlAttribute
node) {
90
XmlAttribute
tmp = (
XmlAttribute
) nodes[i];
102
if (node != null && !(node is
XmlAttribute
))
107
return InternalAppendAttribute( (
XmlAttribute
) node );
117
public
XmlAttribute
Prepend(
XmlAttribute
node ) {
131
public
XmlAttribute
Append(
XmlAttribute
node) {
150
public
XmlAttribute
InsertBefore(
XmlAttribute
newNode,
XmlAttribute
refNode ) {
178
public
XmlAttribute
InsertAfter(
XmlAttribute
newNode,
XmlAttribute
refNode ) {
206
public
XmlAttribute
Remove(
XmlAttribute
node ) {
218
public
XmlAttribute
RemoveAt( int i ) {
222
return(
XmlAttribute
) RemoveNodeAt( i );
251
public void CopyTo(
XmlAttribute
[] array, int index) {
253
array[index] = (
XmlAttribute
)(((XmlNode)nodes[i]).CloneNode(true));
258
RemoveDuplicateAttribute( (
XmlAttribute
)node );
260
Debug.Assert( retNode is
XmlAttribute
);
261
InsertParentIntoElementIdAttrMap( (
XmlAttribute
) node );
267
InsertParentIntoElementIdAttrMap( (
XmlAttribute
)node );
274
Debug.Assert(retNode is
XmlAttribute
);
275
RemoveParentFromElementIdAttrMap( (
XmlAttribute
) retNode );
277
XmlAttribute
defattr = parent.OwnerDocument.GetDefaultAttribute( (XmlElement)parent, retNode.Prefix, retNode.LocalName, retNode.NamespaceURI );
283
internal void Detach(
XmlAttribute
attr ) {
288
internal void InsertParentIntoElementIdAttrMap(
XmlAttribute
attr)
303
internal void RemoveParentFromElementIdAttrMap(
XmlAttribute
attr)
320
internal int RemoveDuplicateAttribute(
XmlAttribute
attr ) {
323
XmlAttribute
at = (
XmlAttribute
)nodes[ind];
358
internal
XmlAttribute
InternalAppendAttribute(
XmlAttribute
node ) {
363
Debug.Assert( retNode is
XmlAttribute
);
364
InsertParentIntoElementIdAttrMap( (
XmlAttribute
) node );
365
return (
XmlAttribute
)retNode;
System\Xml\Dom\XmlDocument.cs (12)
77
private
XmlAttribute
namespaceXml;
487
public
XmlAttribute
CreateAttribute( String name ) {
557
XmlAttribute
defattr = PrepareDefaultAttribute( attdef, attrPrefix, attrLocalname, attrNamespaceURI );
579
private
XmlAttribute
PrepareDefaultAttribute( SchemaAttDef attdef, string attrPrefix, string attrLocalname, string attrNamespaceURI ) {
581
XmlAttribute
defattr = CreateDefaultAttribute( attrPrefix, attrLocalname, attrNamespaceURI );
742
public
XmlAttribute
CreateAttribute( String qualifiedName, String namespaceURI ) {
802
Debug.Assert( ((
XmlAttribute
)node).Specified );
881
public virtual
XmlAttribute
CreateAttribute( string prefix, string localName, string namespaceURI ) {
885
protected internal virtual
XmlAttribute
CreateDefaultAttribute( string prefix, string localName, string namespaceURI ) {
1397
internal
XmlAttribute
GetDefaultAttribute( XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI ) {
1410
XmlAttribute
defattr = PrepareDefaultAttribute( attdef, attrPrefix, attrLocalname, attrNamespaceURI );
1522
internal
XmlAttribute
NamespaceXml {
System\Xml\Dom\XmlElement.cs (21)
58
foreach(
XmlAttribute
attr in Attributes ) {
59
XmlAttribute
newAttr = (
XmlAttribute
)(attr.CloneNode(true));
227
XmlAttribute
attr = GetAttributeNode(name);
236
XmlAttribute
attr = GetAttributeNode(name);
254
public virtual
XmlAttribute
GetAttributeNode(string name) {
261
public virtual
XmlAttribute
SetAttributeNode(
XmlAttribute
newAttr) {
264
return(
XmlAttribute
) Attributes.SetNamedItem(newAttr);
268
public virtual
XmlAttribute
RemoveAttributeNode(
XmlAttribute
oldAttr) {
270
return(
XmlAttribute
) Attributes.Remove(oldAttr);
286
XmlAttribute
attr = GetAttributeNode( localName, namespaceURI );
295
XmlAttribute
attr = GetAttributeNode( localName, namespaceURI );
315
public virtual
XmlAttribute
GetAttributeNode(string localName, string namespaceURI) {
323
public virtual
XmlAttribute
SetAttributeNode(string localName, string namespaceURI) {
324
XmlAttribute
attr = GetAttributeNode( localName, namespaceURI );
333
public virtual
XmlAttribute
RemoveAttributeNode(string localName, string namespaceURI) {
336
XmlAttribute
attr = GetAttributeNode( localName, namespaceURI );
432
XmlAttribute
attr = attrs[i];
533
XmlAttribute
attr = GetAttributeNode( localName, ns );
System\Xml\Dom\XmlLoader.cs (11)
104
XmlAttribute
attr = LoadAttributeNode();
222
private
XmlAttribute
LoadAttributeNode() {
230
XmlAttribute
attr = doc.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
263
private
XmlAttribute
LoadDefaultAttribute() {
267
XmlAttribute
attr = doc.CreateDefaultAttribute( r.Prefix, r.LocalName, r.NamespaceURI );
417
XmlAttribute
attr = LoadAttributeNodeDirect();
498
private
XmlAttribute
LoadAttributeNodeDirect() {
500
XmlAttribute
attr;
615
foreach(
XmlAttribute
attr in ((XmlElement)node).Attributes ) {
696
internal void LoadInnerXmlAttribute(
XmlAttribute
node, string innerxmltext ) {
708
XmlAttribute
attr = attrs[i];
System\Xml\Dom\XmlNamedNodemap.cs (2)
123
oldParent = ((
XmlAttribute
)node).OwnerElement;
181
oldParent = ((
XmlAttribute
)node).OwnerElement;
System\Xml\Dom\XmlNode.cs (6)
739
n = ((
XmlAttribute
)n).OwnerElement;
930
XmlAttribute
attr = attrs[iAttr];
940
XmlAttribute
attr = attrs[iAttr];
958
node = ((
XmlAttribute
)node).OwnerElement;
994
XmlAttribute
attr = attrs[iAttr];
1019
node = ((
XmlAttribute
)node).OwnerElement;
System\Xml\Dom\XmlNodeReader.cs (12)
273
return !((
XmlAttribute
)curNode).Specified;
419
XmlAttribute
attr = elem.GetAttributeNode( name );
442
XmlAttribute
attr = elem.GetAttributeNode( name, ns );
545
curNode = ((
XmlAttribute
)curNode).OwnerElement;
558
XmlAttribute
attr = null;
600
XmlAttribute
attr = null;
758
XmlAttribute
attr = elem.GetAttributeNode( attrName );
765
node = ((
XmlAttribute
)node).OwnerElement;
812
XmlAttribute
a = attrs[i];
830
node = ((
XmlAttribute
)node).OwnerElement;
851
XmlAttribute
a = attrs[i];
870
node = ((
XmlAttribute
)node).OwnerElement;
System\Xml\Schema\Parser.cs (8)
313
XmlAttribute
attr = LoadAttributeNode();
320
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, namespaceManager.LookupNamespace(r.Prefix));
326
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, elemNS);
335
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, namespaceManager.LookupNamespace(r.Prefix));
350
private
XmlAttribute
CreateXmlNsAttribute(string prefix, string value) {
351
XmlAttribute
attr;
363
private
XmlAttribute
LoadAttributeNode() {
368
XmlAttribute
attr = dummyDocument.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
System\Xml\Schema\XmlSchema.cs (3)
51
XmlAttribute
[] moreAttributes;
447
public
XmlAttribute
[] UnhandledAttributes {
594
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotated.cs (3)
20
XmlAttribute
[] moreAttributes;
47
public
XmlAttribute
[] UnhandledAttributes {
58
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotation.cs (3)
20
XmlAttribute
[] moreAttributes;
47
public
XmlAttribute
[] UnhandledAttributes {
58
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) {
System\Xml\Schema\XmlSchemaExternal.cs (3)
20
XmlAttribute
[] moreAttributes;
46
public
XmlAttribute
[] UnhandledAttributes {
63
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) {
System\Xml\Schema\XmlSchemaObject.cs (1)
90
internal virtual void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) {}
System\Xml\Schema\XsdBuilder.cs (3)
740
XmlAttribute
attribute = new XmlAttribute(prefix, name, ns, this.schema.Document);
769
this.xso.SetUnhandledAttributes((
XmlAttribute
[])this.unhandledAttributes.ToArray(typeof(System.Xml.
XmlAttribute
)));
System\Xml\Serialization\_Events.cs (3)
27
XmlAttribute
attr;
33
internal XmlAttributeEventArgs(
XmlAttribute
attr, int lineNumber, int linePosition, object o, string qnames) {
54
public
XmlAttribute
Attr {
System\Xml\Serialization\ImportContext.cs (3)
434
XmlAttribute
[] attrs = (
XmlAttribute
[])((XmlSchemaAnnotated)item).UnhandledAttributes;
438
XmlAttribute
attribute = attrs[i];
System\Xml\Serialization\SchemaObjectWriter.cs (36)
21
XmlAttribute
a1 = (
XmlAttribute
)o1;
22
XmlAttribute
a2 = (
XmlAttribute
)o2;
172
void WriteAttribute(
XmlAttribute
a) {
178
void WriteAttributes(
XmlAttribute
[] a, XmlSchemaObject o) {
186
XmlAttribute
attribute = (
XmlAttribute
)attrs[i];
252
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
409
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
463
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
488
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
516
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
529
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
597
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
619
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
635
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
648
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
678
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
708
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
724
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
738
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
756
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
772
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
801
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
845
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
863
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
898
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
910
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
932
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
952
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
968
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
980
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1017
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1027
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1057
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
System\Xml\Serialization\SoapSchemaExporter.cs (2)
221
XmlAttribute
attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);
224
attr.UnhandledAttributes = new
XmlAttribute
[] {attribute};
System\Xml\Serialization\SoapSchemaImporter.cs (1)
435
foreach (
XmlAttribute
a in attribute.UnhandledAttributes) {
System\Xml\Serialization\Types.cs (2)
772
if (type == typeof(
XmlAttribute
)) {
784
else if (type.IsAssignableFrom(typeof(
XmlAttribute
)))
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1391
mapping.TypeDesc = Scope.GetTypeDesc(typeof(
XmlAttribute
));
System\Xml\Serialization\XmlSchemas.cs (1)
354
foreach (
XmlAttribute
a in e.UnhandledAttributes) {
System\Xml\Serialization\XmlSerializationReader.cs (12)
777
protected void ParseWsdlArrayType(
XmlAttribute
attr) {
1136
protected void UnknownAttribute(object o,
XmlAttribute
attr) {
1141
protected void UnknownAttribute(object o,
XmlAttribute
attr, string qnames) {
1203
UnknownAttribute(o, (
XmlAttribute
)unknownNode, qnames);
1782
XmlAttribute
attr = Document.CreateAttribute(elemName, elemNs);
1805
XmlAttribute
xmlAttribute = (
XmlAttribute
)Document.ReadNode(r);
1816
XmlAttribute
xsiTypeAttribute = Document.CreateAttribute(typeID, instanceNsID);
3504
Writer.Write(typeof(
XmlAttribute
).FullName);
3507
Writer.Write(typeof(
XmlAttribute
).FullName);
3552
Writer.Write(typeof(
XmlAttribute
).FullName);
3557
Writer.Write(typeof(
XmlAttribute
).FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2017
LocalBuilder localAttr = ilg.DeclareOrGetLocal(typeof(
XmlAttribute
), "attr");
2107
if (attrLoc.LocalType == typeof(
XmlAttribute
)) {
2112
ilg.IsInst(typeof(
XmlAttribute
));
2116
ilg.ConvertValue(attrLoc.LocalType, typeof(
XmlAttribute
));
System\Xml\Serialization\XmlSerializationWriter.cs (3)
681
if (typeof(
XmlAttribute
).IsAssignableFrom(node.GetType()))
813
XmlAttribute
attr = node as
XmlAttribute
;
WindowsBase (9)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (7)
662
XmlAttribute
uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName));
676
XmlAttribute
algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
689
XmlAttribute
idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceIdAttrName));
698
XmlAttribute
typeAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceTypeAttrName));
759
XmlAttribute
uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName));
774
XmlAttribute
algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
800
XmlAttribute
digestAlgorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
122
XmlAttribute
idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SignaturePropertyIdAttrName));
125
XmlAttribute
targetAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.TargetAttrName));