3 writes to s
System.Runtime.Serialization (3)
System\Xml\UniqueID.cs (3)
89this.s = value; 115this.s = new string(chars, offset, count); 342s = new string(chars, 0, length);
6 references to s
System.Runtime.Serialization (6)
System\Xml\UniqueID.cs (6)
127if (s != null) 128return s.Length; 238if (s != null) 240s.CopyTo(0, chars, offset, count); 337if (s == null) 344return s;