4 writes to target
System.Private.Xml.Linq (4)
System\Xml\Linq\XProcessingInstruction.cs (4)
34
this.
target
= target;
47
this.
target
= other.target;
53
target
= r.Name;
109
target
= value;
7 references to target
System.Private.Xml.Linq (7)
System\Xml\Linq\XProcessingInstruction.cs (7)
47
this.target = other.
target
;
103
return
target
;
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();