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