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)
158
if (
_s
!= null)
159
return
_s
.Length;
280
if (
_s
!= null)
282
_s
.CopyTo(0, chars, offset, count);
383
if (
_s
== null)
390
return
_s
;