4 writes to data
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6152this.data = data; 6163this.data = other.data; 6168data = r.Value; 6185data = value;
6 references to data
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
6163this.data = other.data; 6180return data; 6228writer.WriteProcessingInstruction(target, data); 6237return other != null && target == other.target && data == other.data; 6241return target.GetHashCode() ^ data.GetHashCode();