4 writes to data
System.Private.Xml.Linq (4)
System\Xml\Linq\XProcessingInstruction.cs (4)
35
this.
data
= data;
48
this.
data
= other.data;
54
data
= r.Value;
74
data
= value;
7 references to data
System.Private.Xml.Linq (7)
System\Xml\Linq\XProcessingInstruction.cs (7)
48
this.data = other.
data
;
68
return
data
;
124
writer.WriteProcessingInstruction(target,
data
);
140
return writer.WriteProcessingInstructionAsync(target,
data
);
151
return other != null && target == other.target &&
data
== other.
data
;
156
return target.GetHashCode() ^
data
.GetHashCode();