1 write to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1844
builder._simpleContentRestriction.
AnyAttribute
= builder._anyAttribute;
9 references to AnyAttribute
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1753
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
922
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1418
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1005
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (4)
1462
builder._simpleContentRestriction.
AnyAttribute
!= null ||
1840
if (builder._simpleContentRestriction!.
AnyAttribute
!= null)
2109
if (builder._simpleContentRestriction!.Attributes.Count != 0 || (builder._simpleContentRestriction.
AnyAttribute
!= null))
2341
if (_simpleContentRestriction!.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
897
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);