8 writes to _ContentAttr
System.Private.Xml (8)
System\Xml\Schema\XdrBuilder.cs (8)
711
builder._ElementDef.
_ContentAttr
= SchemaContentNone;
746
builder._ElementDef.
_ContentAttr
= builder.GetContent((XmlQualifiedName)obj);
822
builder._ElementDef.
_ContentAttr
= SchemaContentText;
830
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
834
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
837
builder._ElementDef.
_ContentAttr
= SchemaContentElement;
840
builder._ElementDef.
_ContentAttr
= SchemaContentMixed;
1439
builder._ElementDef.
_ContentAttr
= SchemaContentText;
10 references to _ContentAttr
System.Private.Xml (10)
System\Xml\Schema\XdrBuilder.cs (10)
825
else if (builder._ElementDef.
_ContentAttr
== SchemaContentNone)
849
switch (builder._ElementDef.
_ContentAttr
)
887
if (def.
_ContentAttr
== SchemaContentMixed || def.
_ContentAttr
== SchemaContentElement)
960
if (builder._ElementDef.
_ContentAttr
!= SchemaContentMixed)
1165
(builder._ElementDef.
_ContentAttr
== SchemaContentEmpty) ||
1166
(builder._ElementDef.
_ContentAttr
== SchemaContentText))
1336
if (builder._ElementDef.
_ContentAttr
== SchemaContentEmpty ||
1337
builder._ElementDef.
_ContentAttr
== SchemaContentText)
1361
if (builder._ElementDef.
_ContentAttr
== SchemaContentMixed && builder._GroupDef._Order != SchemaOrderMany)