5 writes to type
System.Runtime.Serialization (5)
System\Xml\StringHandle.cs (5)
37this.type = StringHandleType.UTF8; 44type = StringHandleType.ConstString; 50this.type = (escaped ? StringHandleType.EscapedUTF8 : StringHandleType.UTF8); 57this.type = StringHandleType.Dictionary; 63this.type = value.type;
15 references to type
System.Runtime.Serialization (15)
System\Xml\StringHandle.cs (15)
63this.type = value.type; 73if (type == StringHandleType.UTF8) 83if (type == StringHandleType.UTF8) 101Fx.Assert(type == StringHandleType.UTF8, ""); 107StringHandleType type = this.type; 120StringHandleType type = this.type; 133StringHandleType type = this.type; 166if (type == StringHandleType.Dictionary) 188StringHandleType type = this.type; 199StringHandleType type = this.type; 210StringHandleType type = this.type; 221StringHandleType type = this.type; 232StringHandleType type = s2.type; 273if (this.type == StringHandleType.UTF8 && that.type == StringHandleType.UTF8)