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