4 writes to target
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6151
this.
target
= target;
6162
this.
target
= other.target;
6167
target
= r.Name;
6215
target
= value;
6 references to target
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
6162
this.target = other.
target
;
6210
return
target
;
6228
writer.WriteProcessingInstruction(
target
, data);
6237
return other != null &&
target
== other.
target
&& data == other.data;
6241
return
target
.GetHashCode() ^ data.GetHashCode();