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