3 writes to _xmlText
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
146
_xmlText
= (XmlTextAttribute)attrib;
181
_xmlText
= null;
233
set {
_xmlText
= value; }
2 references to _xmlText
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
69
if (
_xmlText
!= null) flags |= XmlAttributeFlags.Text;
232
get { return
_xmlText
; }