8 writes to _ContentAttr
System.Private.Xml (8)
System\Xml\Schema\XdrBuilder.cs (8)
712
builder._ElementDef.
_ContentAttr
= SchemaContentNone;
747
builder._ElementDef.
_ContentAttr
= builder.GetContent((XmlQualifiedName)obj);
823
builder._ElementDef.
_ContentAttr
= SchemaContentText;
831
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
835
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
838
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
841
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
1440
builder._ElementDef.
_ContentAttr
= SchemaContentText;
10 references to _ContentAttr
System.Private.Xml (10)
System\Xml\Schema\XdrBuilder.cs (10)
826
else if (builder._ElementDef.
_ContentAttr
== SchemaContentNone)
850
switch (builder._ElementDef.
_ContentAttr
)
888
if (def.
_ContentAttr
== SchemaContentMixed || def.
_ContentAttr
== SchemaContentElement)
961
if (builder._ElementDef.
_ContentAttr
!= SchemaContentMixed)
1166
(builder._ElementDef.
_ContentAttr
== SchemaContentEmpty) ||
1167
(builder._ElementDef.
_ContentAttr
== SchemaContentText))
1337
if (builder._ElementDef.
_ContentAttr
== SchemaContentEmpty ||
1338
builder._ElementDef.
_ContentAttr
== SchemaContentText)
1362
if (builder._ElementDef.
_ContentAttr
== SchemaContentMixed && builder._GroupDef._Order != SchemaOrderMany)