4 writes to target
System.Private.Xml.Linq (4)
System\Xml\Linq\XProcessingInstruction.cs (4)
34this.target = target; 47this.target = other.target; 53target = r.Name; 109target = value;
7 references to target
System.Private.Xml.Linq (7)
System\Xml\Linq\XProcessingInstruction.cs (7)
47this.target = other.target; 103return target; 124writer.WriteProcessingInstruction(target, data); 140return writer.WriteProcessingInstructionAsync(target, data); 151return other != null && target == other.target && data == other.data; 156return target.GetHashCode() ^ data.GetHashCode();