4 references to UnsafeGetUTF8Chars
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
412
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 1);
706
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 2);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (2)
348
Advance(
UnsafeGetUTF8Chars
(chars, chunkSize, buffer, offset));
356
Advance(
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset));