3 references to UnsafeGetUnicodeChars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
715length = UnsafeGetUnicodeChars(chars, charCount, buffer, offset + 2);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (2)
375Advance(UnsafeGetUnicodeChars(chars, chunkSize, buffer, offset)); 383Advance(UnsafeGetUnicodeChars(chars, charCount, buffer, offset));