4 references to ChoiceIdentifier
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (1)
68
if (_xmlChoiceIdentifier != null) flags |= XmlAttributeFlags.
ChoiceIdentifier
;
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1551
XmlAttributeFlags elemFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
;
1766
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
| XmlAttributeFlags.XmlnsDeclarations;
2051
if ((flags & (XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.
ChoiceIdentifier
)) != 0)