3 writes to _s
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (3)
116_s = value; 144_s = new string(chars, offset, count); 388_s = new string(chars, 0, length);
6 references to _s
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (6)
158if (_s != null) 159return _s.Length; 280if (_s != null) 282_s.CopyTo(0, chars, offset, count); 383if (_s == null) 390return _s;