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