3 writes to type
System.Runtime.Serialization (3)
System\Xml\PrefixHandle.cs (3)
33
this.
type
= type;
38
this.
type
= prefix.type;
61
this.
type
= PrefixHandleType.Buffer;
11 references to type
System.Runtime.Serialization (11)
System\Xml\PrefixHandle.cs (11)
38
this.type = prefix.
type
;
70
return
type
== PrefixHandleType.Empty;
78
if (
type
!= PrefixHandleType.Buffer)
96
if (
type
!= PrefixHandleType.Buffer)
110
type = this.
type
;
144
PrefixHandleType type = this.
type
;
153
PrefixHandleType type = this.
type
;
162
PrefixHandleType type = this.
type
;
180
PrefixHandleType type1 = this.
type
;
181
PrefixHandleType type2 = prefix2.
type
;
194
PrefixHandleType type = this.
type
;