3 references to ToCharsR
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (3)
707int count = ToCharsR(value, chars, offset + MaxInt32Chars); 743return count + ToCharsR((int)value, chars, offset); 1070int zeroCount = 7 - ToCharsR(value, chars, offset + 7);