8 writes to _ContentAttr
System.Xml (8)
System\Xml\Schema\XdrBuilder.cs (8)
656
builder._ElementDef.
_ContentAttr
= SchemaContentNone;
686
builder._ElementDef.
_ContentAttr
= builder.GetContent((XmlQualifiedName)obj);
747
builder._ElementDef.
_ContentAttr
= SchemaContentText;
753
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
757
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
760
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
763
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
1278
builder._ElementDef.
_ContentAttr
= SchemaContentText;
10 references to _ContentAttr
System.Xml (10)
System\Xml\Schema\XdrBuilder.cs (10)
750
else if (builder._ElementDef.
_ContentAttr
== SchemaContentNone) {
772
switch (builder._ElementDef.
_ContentAttr
) {
806
if (def.
_ContentAttr
== SchemaContentMixed || def.
_ContentAttr
== SchemaContentElement) {
865
if(builder._ElementDef.
_ContentAttr
!= SchemaContentMixed)
1041
(builder._ElementDef.
_ContentAttr
== SchemaContentEmpty) ||
1042
(builder._ElementDef.
_ContentAttr
== SchemaContentText)) {
1189
if (builder._ElementDef.
_ContentAttr
== SchemaContentEmpty ||
1190
builder._ElementDef.
_ContentAttr
== SchemaContentText ) {
1212
if (builder._ElementDef.
_ContentAttr
== SchemaContentMixed && builder._GroupDef._Order != SchemaOrderMany) {