4 references to ChoiceIdentifier
System.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (1)
71
if (xmlChoiceIdentifier != null) flags |= XmlAttributeFlags.
ChoiceIdentifier
;
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1339
XmlAttributeFlags elemFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
;
1533
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
| XmlAttributeFlags.XmlnsDeclarations;
1783
if ((flags & (XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
)) != 0)