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