3 writes to _xmlType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
158
_xmlType
= (XmlTypeAttribute)attrib;
183
_xmlType
= null;
282
set {
_xmlType
= value; }
2 references to _xmlType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
72
if (
_xmlType
!= null) flags |= XmlAttributeFlags.Type;
281
get { return
_xmlType
; }