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