1 type derived from XmlAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
9
internal class XmlUnspecifiedAttribute :
XmlAttribute
5 instantiations of XmlAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
997
return new
XmlAttribute
(AddAttrXmlName(prefix, localName, namespaceURI, null), this);
1773
_namespaceXml = new
XmlAttribute
(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
580
attr = new
XmlAttribute
(r.Prefix, r.LocalName, r.NamespaceURI, _doc);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
766
XmlAttribute attribute = new
XmlAttribute
(prefix, name, ns, _schema.Document);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
255
XmlAttribute attribute = new
XmlAttribute
("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);
1247 references to XmlAttribute
dotnet-svcutil-lib (1247)
CodeDomFixup\CodeDomVisitors\XmlDomAttributeFixer.cs (1)
13
private static readonly Type[] s_filteredTypes = new Type[] { typeof(Microsoft.Xml.
XmlAttribute
), };
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (9)
151
partialValidationType = FindSchemaInfo(nodeToValidate as
XmlAttribute
);
194
XmlAttribute
attr = attrs[i];
219
node = ((
XmlAttribute
)node).OwnerElement;
307
XmlAttribute
attr = _currentNode as
XmlAttribute
;
349
XmlAttribute
attr = null;
408
XmlAttribute
attr = null;
577
private XmlSchemaAttribute FindSchemaInfo(
XmlAttribute
attributeToValidate)
705
XmlAttribute
attr = null;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (12)
213
XmlAttribute
attr = _document.CreateAttribute(prefix, localName, ns);
221
XmlAttribute
attr = _write as
XmlAttribute
;
252
XmlAttribute
attr;
268
XmlAttribute
attr = _write as
XmlAttribute
;
431
XmlAttribute
attr = _fragment[i] as
XmlAttribute
;
435
&& ((
XmlAttribute
)attrs.nodes[offset]).Specified)
442
XmlAttribute
attr = _fragment[i] as
XmlAttribute
;
496
private void AddAttribute(
XmlAttribute
attr, XmlNode parent)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (43)
56
if (((
XmlAttribute
)node).IsNamespace)
119
XmlAttribute
attribute = _source as
XmlAttribute
;
139
if (((
XmlAttribute
)_source).IsNamespace)
159
XmlAttribute
attribute = _source as
XmlAttribute
;
279
XmlAttribute
attribute = attributes[i];
304
XmlAttribute
attribute = attributes[i];
333
XmlAttribute
attribute = attributes[i];
347
XmlAttribute
attribute = _source as
XmlAttribute
;
378
XmlAttribute
attribute = node as
XmlAttribute
;
406
XmlAttribute
attribute = element.GetAttributeNode(localName, namespaceUri);
450
XmlAttribute
attribute = element.GetAttributeNode(localName, namespaceUri);
502
XmlAttribute
attribute = attributes[index];
541
XmlAttribute
attribute = attributes[i];
577
XmlAttribute
attribute = _source as
XmlAttribute
;
656
XmlAttribute
attribute = attributes[i];
696
XmlAttribute
attribute = bottom.GetAttributeNode(localName, namespaceUri);
855
XmlAttribute
attribute = _source as
XmlAttribute
;
876
XmlAttribute
attribute = _source as
XmlAttribute
;
999
following = ((
XmlAttribute
)following).OwnerElement;
1081
following = ((
XmlAttribute
)following).OwnerElement;
1300
XmlAttribute
attribute = node as
XmlAttribute
;
1333
XmlElement element = ((
XmlAttribute
)node1).OwnerElement;
1339
XmlAttribute
attribute = attributes[i];
1694
XmlAttribute
attribute = (
XmlAttribute
)node;
1753
XmlAttribute
attribute = (
XmlAttribute
)node;
1789
private static void DeleteAttribute(
XmlAttribute
attribute, int index)
1848
XmlAttribute
attribute = attributes[j];
1864
XmlAttribute
attribute = node as
XmlAttribute
;
1879
private static bool ResetAttributePosition(
XmlAttribute
attribute, XmlAttributeCollection attributes, out int index)
1896
private static bool CheckAttributePosition(
XmlAttribute
attribute, out XmlAttributeCollection attributes, int index)
2105
XmlAttribute
attribute = bottom as
XmlAttribute
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
56
XmlAttribute
attr = doc.CreateAttribute(Prefix, LocalName, NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (50)
21
public
XmlAttribute
this[int i]
27
return (
XmlAttribute
)nodes[i];
38
public
XmlAttribute
this[string name]
46
XmlAttribute
node = (
XmlAttribute
)nodes[i];
61
public
XmlAttribute
this[string localName, string namespaceURI]
69
XmlAttribute
node = (
XmlAttribute
)nodes[i];
83
internal int FindNodeOffset(
XmlAttribute
node)
87
XmlAttribute
tmp = (
XmlAttribute
)nodes[i];
99
internal int FindNodeOffsetNS(
XmlAttribute
node)
103
XmlAttribute
tmp = (
XmlAttribute
)nodes[i];
117
if (node != null && !(node is
XmlAttribute
))
123
return InternalAppendAttribute((
XmlAttribute
)node);
134
public
XmlAttribute
Prepend(
XmlAttribute
node)
149
public
XmlAttribute
Append(
XmlAttribute
node)
173
public
XmlAttribute
InsertBefore(
XmlAttribute
newNode,
XmlAttribute
refNode)
202
public
XmlAttribute
InsertAfter(
XmlAttribute
newNode,
XmlAttribute
refNode)
231
public
XmlAttribute
Remove(
XmlAttribute
node)
246
public
XmlAttribute
RemoveAt(int i)
251
return (
XmlAttribute
)RemoveNodeAt(i);
286
public void CopyTo(
XmlAttribute
[] array, int index)
289
array[index] = (
XmlAttribute
)(((XmlNode)nodes[i]).CloneNode(true));
295
RemoveDuplicateAttribute((
XmlAttribute
)node);
297
Debug.Assert(retNode is
XmlAttribute
);
298
InsertParentIntoElementIdAttrMap((
XmlAttribute
)node);
305
InsertParentIntoElementIdAttrMap((
XmlAttribute
)node);
313
Debug.Assert(retNode is
XmlAttribute
);
314
RemoveParentFromElementIdAttrMap((
XmlAttribute
)retNode);
316
XmlAttribute
defattr = parent.OwnerDocument.GetDefaultAttribute((XmlElement)parent, retNode.Prefix, retNode.LocalName, retNode.NamespaceURI);
322
internal void Detach(
XmlAttribute
attr)
328
internal void InsertParentIntoElementIdAttrMap(
XmlAttribute
attr)
344
internal void RemoveParentFromElementIdAttrMap(
XmlAttribute
attr)
362
internal int RemoveDuplicateAttribute(
XmlAttribute
attr)
367
XmlAttribute
at = (
XmlAttribute
)nodes[ind];
405
internal
XmlAttribute
InternalAppendAttribute(
XmlAttribute
node)
411
Debug.Assert(retNode is
XmlAttribute
);
412
InsertParentIntoElementIdAttrMap((
XmlAttribute
)node);
413
return (
XmlAttribute
)retNode;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (12)
75
private
XmlAttribute
_namespaceXml;
535
public
XmlAttribute
CreateAttribute(String name)
620
XmlAttribute
defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
645
private
XmlAttribute
PrepareDefaultAttribute(SchemaAttDef attdef, string attrPrefix, string attrLocalname, string attrNamespaceURI)
648
XmlAttribute
defattr = CreateDefaultAttribute(attrPrefix, attrLocalname, attrNamespaceURI);
840
public
XmlAttribute
CreateAttribute(String qualifiedName, String namespaceURI)
912
Debug.Assert(((
XmlAttribute
)node).Specified);
995
public virtual
XmlAttribute
CreateAttribute(string prefix, string localName, string namespaceURI)
1000
protected internal virtual
XmlAttribute
CreateDefaultAttribute(string prefix, string localName, string namespaceURI)
1616
internal
XmlAttribute
GetDefaultAttribute(XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI)
1635
XmlAttribute
defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
1767
internal
XmlAttribute
NamespaceXml
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (21)
66
foreach (
XmlAttribute
attr in Attributes)
68
XmlAttribute
newAttr = (
XmlAttribute
)(attr.CloneNode(true));
270
XmlAttribute
attr = GetAttributeNode(name);
280
XmlAttribute
attr = GetAttributeNode(name);
301
public virtual
XmlAttribute
GetAttributeNode(string name)
309
public virtual
XmlAttribute
SetAttributeNode(
XmlAttribute
newAttr)
313
return (
XmlAttribute
)Attributes.SetNamedItem(newAttr);
317
public virtual
XmlAttribute
RemoveAttributeNode(
XmlAttribute
oldAttr)
320
return (
XmlAttribute
)Attributes.Remove(oldAttr);
338
XmlAttribute
attr = GetAttributeNode(localName, namespaceURI);
348
XmlAttribute
attr = GetAttributeNode(localName, namespaceURI);
371
public virtual
XmlAttribute
GetAttributeNode(string localName, string namespaceURI)
380
public virtual
XmlAttribute
SetAttributeNode(string localName, string namespaceURI)
382
XmlAttribute
attr = GetAttributeNode(localName, namespaceURI);
392
public virtual
XmlAttribute
RemoveAttributeNode(string localName, string namespaceURI)
397
XmlAttribute
attr = GetAttributeNode(localName, namespaceURI);
511
XmlAttribute
attr = attrs[i];
632
XmlAttribute
attr = GetAttributeNode(localName, ns);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (11)
121
XmlAttribute
attr = LoadAttributeNode();
254
private
XmlAttribute
LoadAttributeNode()
264
XmlAttribute
attr = _doc.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
302
private
XmlAttribute
LoadDefaultAttribute()
307
XmlAttribute
attr = _doc.CreateDefaultAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
479
XmlAttribute
attr = LoadAttributeNodeDirect();
567
private
XmlAttribute
LoadAttributeNodeDirect()
570
XmlAttribute
attr;
707
foreach (
XmlAttribute
attr in ((XmlElement)node).Attributes)
801
internal void LoadInnerXmlAttribute(
XmlAttribute
node, string innerxmltext)
817
XmlAttribute
attr = attrs[i];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (2)
145
oldParent = ((
XmlAttribute
)node).OwnerElement;
209
oldParent = ((
XmlAttribute
)node).OwnerElement;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (6)
852
n = ((
XmlAttribute
)n).OwnerElement;
1084
XmlAttribute
attr = attrs[iAttr];
1098
XmlAttribute
attr = attrs[iAttr];
1121
node = ((
XmlAttribute
)node).OwnerElement;
1167
XmlAttribute
attr = attrs[iAttr];
1200
node = ((
XmlAttribute
)node).OwnerElement;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (12)
313
return !((
XmlAttribute
)_curNode).Specified;
486
XmlAttribute
attr = elem.GetAttributeNode(name);
512
XmlAttribute
attr = elem.GetAttributeNode(name, ns);
634
_curNode = ((
XmlAttribute
)_curNode).OwnerElement;
649
XmlAttribute
attr = null;
700
XmlAttribute
attr = null;
891
XmlAttribute
attr = elem.GetAttributeNode(attrName);
900
node = ((
XmlAttribute
)node).OwnerElement;
962
XmlAttribute
a = attrs[i];
986
node = ((
XmlAttribute
)node).OwnerElement;
1012
XmlAttribute
a = attrs[i];
1037
node = ((
XmlAttribute
)node).OwnerElement;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (8)
359
XmlAttribute
attr = LoadAttributeNode();
367
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, _namespaceManager.LookupNamespace(r.Prefix));
375
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, elemNS);
387
XmlAttribute
attr = CreateXmlNsAttribute(r.Prefix, _namespaceManager.LookupNamespace(r.Prefix));
403
private
XmlAttribute
CreateXmlNsAttribute(string prefix, string value)
405
XmlAttribute
attr;
419
private
XmlAttribute
LoadAttributeNode()
425
XmlAttribute
attr = _dummyDocument.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (3)
44
private
XmlAttribute
[] _moreAttributes;
492
public
XmlAttribute
[] UnhandledAttributes
662
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (3)
22
private
XmlAttribute
[] _moreAttributes;
51
public
XmlAttribute
[] UnhandledAttributes
64
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (3)
22
private
XmlAttribute
[] _moreAttributes;
51
public
XmlAttribute
[] UnhandledAttributes
64
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (3)
22
private
XmlAttribute
[] _moreAttributes;
51
public
XmlAttribute
[] UnhandledAttributes
71
internal override void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObject.cs (1)
95
internal virtual void SetUnhandledAttributes(
XmlAttribute
[] moreAttributes) { }
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
766
XmlAttribute
attribute = new XmlAttribute(prefix, name, ns, _schema.Document);
803
_xso.SetUnhandledAttributes((
XmlAttribute
[])_unhandledAttributes.ToArray(typeof(Microsoft.Xml.
XmlAttribute
)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\_Events.cs (3)
25
private
XmlAttribute
_attr;
31
internal XmlAttributeEventArgs(
XmlAttribute
attr, int lineNumber, int linePosition, object o, string qnames)
54
public
XmlAttribute
Attr
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (3)
522
XmlAttribute
[] attrs = (
XmlAttribute
[])((XmlSchemaAnnotated)item).UnhandledAttributes;
528
XmlAttribute
attribute = attrs[i];
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (36)
19
XmlAttribute
a1 = (
XmlAttribute
)o1;
20
XmlAttribute
a2 = (
XmlAttribute
)o2;
205
private void WriteAttribute(
XmlAttribute
a)
213
private void WriteAttributes(
XmlAttribute
[] a, XmlSchemaObject o)
224
XmlAttribute
attribute = (
XmlAttribute
)attrs[i];
303
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
497
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
562
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
592
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
624
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
639
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
725
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
750
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
768
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
782
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
817
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
854
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
873
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
889
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
909
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
928
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
963
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1017
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1038
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1081
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1094
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1120
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1143
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1160
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1173
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1219
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1230
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
1266
WriteAttributes((
XmlAttribute
[])o.@UnhandledAttributes, o);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
255
XmlAttribute
attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);
258
attr.UnhandledAttributes = new
XmlAttribute
[] { attribute };
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
487
foreach (
XmlAttribute
a in attribute.UnhandledAttributes)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (2)
890
if (type == typeof(
XmlAttribute
))
904
else if (type.IsAssignableFrom(typeof(
XmlAttribute
)))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1595
mapping.TypeDesc = Scope.GetTypeDesc(typeof(
XmlAttribute
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
416
foreach (
XmlAttribute
a in e.UnhandledAttributes)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (8)
808
protected void ParseWsdlArrayType(
XmlAttribute
attr)
1227
protected void UnknownAttribute(object o,
XmlAttribute
attr)
1233
protected void UnknownAttribute(object o,
XmlAttribute
attr, string qnames)
1310
UnknownAttribute(o, (
XmlAttribute
)unknownNode, qnames);
1983
XmlAttribute
attr = Document.CreateAttribute(elemName, elemNs);
2008
XmlAttribute
xmlAttribute = (
XmlAttribute
)Document.ReadNode(_r);
2020
XmlAttribute
xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
778
if (typeof(
XmlAttribute
).IsAssignableFrom(node.GetType()))
934
XmlAttribute
attr = node as
XmlAttribute
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
245
XmlAttribute
millisecondsAttribute = wsrmNode.Attributes[ReliableSessionPolicyStrings.Milliseconds];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
299
XmlAttribute
attr = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix11,
308
XmlAttribute
attrLegacy = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix10,
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataReference.cs (2)
22
private Collection<
XmlAttribute
> _attributes = new Collection<
XmlAttribute
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (3)
20
private Collection<
XmlAttribute
> _attributes = new Collection<
XmlAttribute
>();
45
public Collection<
XmlAttribute
> Attributes
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (19)
20
private Collection<
XmlAttribute
> _attributes = new Collection<
XmlAttribute
>();
43
public Collection<
XmlAttribute
> Attributes
284
global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
> a = (global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
>)o.@Attributes;
289
global::Microsoft.Xml.
XmlAttribute
ai = (global::Microsoft.Xml.
XmlAttribute
)a[i];
336
global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
> a = (global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
>)o.@Attributes;
341
global::Microsoft.Xml.
XmlAttribute
ai = (global::Microsoft.Xml.
XmlAttribute
)a[i];
471
global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
> a_1 = (global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
>)o.@Attributes;
477
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
532
global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
> a_0 = (global::System.Collections.ObjectModel.Collection<global::Microsoft.Xml.
XmlAttribute
>)o.@Attributes;
548
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (1)
234
internal static bool IsPolicyURIs(
XmlAttribute
attribute)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (4)
28
private static
XmlAttribute
CreateLocalAttribute(string name, string value)
30
XmlAttribute
attribute = Document.CreateAttribute(name);
392
foreach (
XmlAttribute
attribute in src.Attributes)
641
XmlAttribute
attribute = element.GetAttributeNode("use");
FrameworkFork\System.ServiceModel\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,
1145
private static
XmlAttribute
[] CloneAndAddToAttributes(
XmlAttribute
[] originalAttributes, string prefix, string localName, string ns, string value)
1147
XmlAttribute
newAttribute = XmlDoc.CreateAttribute(prefix, localName, ns);
1154
XmlAttribute
[] attributes = new
XmlAttribute
[originalAttributeCount + 1];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (22)
1032
XmlAttribute
[] attributes = wsdlOperationMessage.ExtensibleAttributes;
1035
foreach (
XmlAttribute
attribute in attributes)
1242
XmlAttribute
isInitiating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsInitiating,
1257
XmlAttribute
isTerminating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsTerminating,
1275
XmlAttribute
usingSession = FindAttribute(wsdlPortType.ExtensibleAttributes, WsdlExporter.NetSessionHelper.UsingSession,
1291
private static
XmlAttribute
FindAttribute(
XmlAttribute
[] attributes, string localName, string ns)
1295
foreach (
XmlAttribute
attribute in attributes)
1375
XmlAttribute
[] attributes = item.ExtensibleAttributes;
1378
foreach (
XmlAttribute
attribute in attributes)
1386
Array.Resize<
XmlAttribute
>(ref attributes, i + 1);
1392
attributes = new
XmlAttribute
[1];
1399
private static
XmlAttribute
CreatePolicyURIsAttribute(string value)
1401
XmlAttribute
attribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Prefix,
1411
XmlAttribute
[] attributes = item.ExtensibleAttributes;
1414
foreach (
XmlAttribute
attribute in attributes)
1432
XmlAttribute
idAttribute = XmlDoc.CreateAttribute(MetadataStrings.Wsu.Prefix,
1465
XmlAttribute
bindingName = s_xmlDocument.CreateAttribute(bindingAttrName);
1469
XmlAttribute
bindingNamespace = s_xmlDocument.CreateAttribute(bindingAttrNamespace);
2145
XmlAttribute
[] attributes = item.ExtensibleAttributes;
2148
foreach (
XmlAttribute
attribute in attributes)
2162
XmlAttribute
[] attributes = item.ExtensibleAttributes;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
333
XmlAttribute
attr = doc.CreateAttribute("Uri");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
102
XmlAttribute
dialectAttribute = result.OwnerDocument.CreateAttribute(DXD.TrustDec2005Dictionary.Dialect.Value);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
630
private
XmlAttribute
[] _anyAttribute;
677
public Microsoft.Xml.
XmlAttribute
[] ExtensibleAttributes
1747
XmlAttribute
requiredAttr = element.Attributes["required", ServiceDescription.Namespace];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (915)
42
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
47
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
154
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
159
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
224
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
229
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
395
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
400
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
492
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
497
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
590
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
595
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
770
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
775
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
1380
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1385
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
1760
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1765
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
1830
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1835
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
1931
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1936
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
1992
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
1997
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2053
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
2058
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2114
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
2119
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2184
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
2189
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2246
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
2251
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2335
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2340
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2453
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2458
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2637
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2642
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2696
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2701
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2774
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2779
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2831
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2836
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2947
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
2952
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
2996
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3001
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3037
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3042
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3086
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3091
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3136
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3141
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3199
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3204
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3238
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3243
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3344
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3349
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3386
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3391
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3428
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3433
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3470
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3475
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3512
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3517
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3554
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3559
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3596
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3601
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3638
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3643
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3680
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3685
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3722
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3727
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3764
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3769
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3806
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3811
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3848
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3853
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
3942
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
3947
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4066
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4071
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4108
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4113
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4184
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4189
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4222
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4227
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4262
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4267
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4311
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4316
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4389
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4394
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4444
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4449
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4535
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4540
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4626
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4631
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4680
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4685
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4814
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4819
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4880
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4885
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4920
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4925
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
4987
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
4992
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
5025
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
5030
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
5064
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@UnhandledAttributes;
5069
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
5137
Microsoft.Xml.
XmlAttribute
[] a = (Microsoft.Xml.
XmlAttribute
[])o.@ExtensibleAttributes;
5142
Microsoft.Xml.
XmlAttribute
ai = (Microsoft.Xml.
XmlAttribute
)a[i];
5221
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5249
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5251
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5254
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5259
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5312
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5333
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5352
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5354
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5357
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5362
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5394
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5415
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5438
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5440
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5443
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5448
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5488
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5692
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5716
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5718
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5721
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5726
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5770
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5791
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5810
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5812
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5815
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5820
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5874
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5895
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
5913
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
5915
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
5918
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5923
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
5959
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
6152
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
6170
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
6172
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
6175
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
6180
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
6240
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7182
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
7200
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
7202
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
7205
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7210
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7278
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7822
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
7841
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
7843
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
7846
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7851
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7883
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7904
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
7929
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
7931
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
7934
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7939
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
7979
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8000
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8023
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8025
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8028
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8033
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8061
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8082
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8105
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8107
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8110
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8115
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8143
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8164
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8187
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8189
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8192
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8197
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8225
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8246
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8265
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8267
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8270
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8275
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8307
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8328
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8356
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8358
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8361
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8366
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8394
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8415
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
8429
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8431
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
8434
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8439
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8471
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
8495
Microsoft.Xml.
XmlAttribute
[] a_10 = null;
8542
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8544
a_10 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_10, ca_10, typeof(Microsoft.Xml.
XmlAttribute
)); a_10[ca_10++] = attr;
8547
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(Microsoft.Xml.
XmlAttribute
), true);
8552
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(Microsoft.Xml.
XmlAttribute
), true);
8619
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_10, ca_10, typeof(Microsoft.Xml.
XmlAttribute
), true);
8641
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
8664
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8666
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8669
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8674
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8715
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8737
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
8764
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8766
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8769
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8774
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8802
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8825
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
8842
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
8844
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
8847
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8852
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
8883
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9067
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9089
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9091
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9094
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9099
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9127
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9149
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9201
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9203
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9206
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9211
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9244
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9266
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9293
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9295
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9298
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9303
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9346
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9368
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9397
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9399
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9402
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9408
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9441
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9464
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9487
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9489
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9492
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9497
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9578
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9600
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9627
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9629
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9632
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9637
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9665
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9687
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9714
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9716
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9719
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9724
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9752
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9774
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9801
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9803
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9806
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9811
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9839
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9861
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9888
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9890
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9893
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9898
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9926
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9948
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
9975
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
9977
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
9980
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
9985
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10013
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10035
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10062
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10064
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10067
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10072
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10100
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10122
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10149
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10151
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10154
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10159
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10187
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10209
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10236
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10238
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10241
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10246
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10274
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10296
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10323
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10325
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10328
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10333
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10361
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10383
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10410
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10412
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10415
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10420
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10448
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10470
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10497
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10499
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10502
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10507
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10535
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10557
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10584
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10586
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10589
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10594
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10622
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10644
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10666
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10668
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10671
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10676
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10709
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10779
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10862
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10864
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10867
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10872
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10922
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10944
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
10972
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
10974
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
10977
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
10982
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11019
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11041
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11063
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11065
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11068
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11073
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11101
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11123
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11146
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11148
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11151
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11156
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11193
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11215
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11238
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11240
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11243
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11248
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11285
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11307
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11350
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11352
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11355
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11360
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11431
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11453
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11481
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11483
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11486
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11491
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11523
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11545
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11573
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11575
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11578
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11583
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11631
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11653
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11685
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11687
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11690
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11695
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11723
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11745
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11773
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11775
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11778
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11783
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11831
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11853
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11890
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11892
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11895
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11900
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11928
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11950
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
11967
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
11969
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
11972
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
11977
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12015
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12037
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12060
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12062
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12065
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12070
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12111
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12133
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12157
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12159
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12162
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12167
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12261
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12283
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12305
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12307
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12310
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12315
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12353
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12375
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12398
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12400
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12403
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12408
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12469
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12491
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12514
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12516
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12519
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12524
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12585
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12607
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12629
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12631
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12634
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12639
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12682
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12704
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12736
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12738
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12741
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12746
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12774
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12796
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12819
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12821
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12824
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12829
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12872
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12894
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
12921
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
12923
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
12926
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12931
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12959
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
12981
Microsoft.Xml.
XmlAttribute
[] a_3 = null;
13003
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
13005
a_3 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
)); a_3[ca_3++] = attr;
13008
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
13013
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
13041
o.@UnhandledAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.
XmlAttribute
), true);
13062
Microsoft.Xml.
XmlAttribute
[] a_1 = null;
13085
Microsoft.Xml.
XmlAttribute
attr = (Microsoft.Xml.
XmlAttribute
)Document.ReadNode(Reader);
13087
a_1 = (Microsoft.Xml.
XmlAttribute
[])EnsureArrayIndex(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
)); a_1[ca_1++] = attr;
13090
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
13095
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);
13123
o.@ExtensibleAttributes = (Microsoft.Xml.
XmlAttribute
[])ShrinkArray(a_1, ca_1, typeof(Microsoft.Xml.
XmlAttribute
), true);