2 writes to _anyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1003
_anyAttribute
= (XmlSchemaAnyAttribute)container;
1825
builder._xso = builder.
_anyAttribute
= new XmlSchemaAnyAttribute();
9 references to _anyAttribute
System.Private.Xml (9)
System\Xml\Schema\XsdBuilder.cs (9)
878
container =
_anyAttribute
!;
1837
builder._complexType.AnyAttribute = builder.
_anyAttribute
;
1844
builder._simpleContentRestriction.AnyAttribute = builder.
_anyAttribute
;
1851
builder._simpleContentExtension.AnyAttribute = builder.
_anyAttribute
;
1858
builder._complexContentExtension.AnyAttribute = builder.
_anyAttribute
;
1865
builder._complexContentRestriction.AnyAttribute = builder.
_anyAttribute
;
1872
builder._attributeGroup.AnyAttribute = builder.
_anyAttribute
;
1879
builder.
_anyAttribute
!.Namespace = value;
1884
builder.
_anyAttribute
!.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);