2 writes to _anyAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1011
_anyAttribute
= (XmlSchemaAnyAttribute)container;
1830
builder._xso = builder.
_anyAttribute
= new XmlSchemaAnyAttribute();
9 references to _anyAttribute
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (9)
886
container =
_anyAttribute
;
1842
builder._complexType.AnyAttribute = builder.
_anyAttribute
;
1849
builder._simpleContentRestriction.AnyAttribute = builder.
_anyAttribute
;
1856
builder._simpleContentExtension.AnyAttribute = builder.
_anyAttribute
;
1863
builder._complexContentExtension.AnyAttribute = builder.
_anyAttribute
;
1870
builder._complexContentRestriction.AnyAttribute = builder.
_anyAttribute
;
1877
builder._attributeGroup.AnyAttribute = builder.
_anyAttribute
;
1884
builder.
_anyAttribute
.Namespace = value;
1889
builder.
_anyAttribute
.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);