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