2 writes to _xmlChoiceIdentifier
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
166
_xmlChoiceIdentifier
= (XmlChoiceIdentifierAttribute)attrib;
185
_xmlChoiceIdentifier
= null;
2 references to _xmlChoiceIdentifier
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
74
if (
_xmlChoiceIdentifier
!= null) flags |= XmlAttributeFlags.ChoiceIdentifier;
317
get { return
_xmlChoiceIdentifier
; }