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