Lines Matching refs:WriteToBuffer

653WriteToBuffer(ref Wbase64, ref Wbase64len, System.BitConverter.GetBytes(strBase64[i]));  in CreateBase64TestFile()
658WriteToBuffer(ref WNumOnly, ref WNumOnlylen, System.BitConverter.GetBytes(strBase64[i])); in CreateBase64TestFile()
663WriteToBuffer(ref WTextOnly, ref WTextOnlylen, System.BitConverter.GetBytes(strBase64[i])); in CreateBase64TestFile()
717WriteToBuffer(ref Wbinhex, ref Wbinhexlen, System.BitConverter.GetBytes(strBinHex[i])); in CreateBinHexTestFile()
722WriteToBuffer(ref WNumOnly, ref WNumOnlylen, System.BitConverter.GetBytes(strBinHex[i])); in CreateBinHexTestFile()
727WriteToBuffer(ref WTextOnly, ref WTextOnlylen, System.BitConverter.GetBytes(strBinHex[i])); in CreateBinHexTestFile()
846 public static void WriteToBuffer(ref byte[] destBuff, ref int len, byte srcByte) in WriteToBuffer() method in System.Xml.Tests.TestFiles
853 public static void WriteToBuffer(ref byte[] destBuff, ref int len, byte[] srcBuff) in WriteToBuffer() method in System.Xml.Tests.TestFiles
857 WriteToBuffer(ref destBuff, ref len, srcBuff, 0, srcArrayLen); in WriteToBuffer()
862 …public static void WriteToBuffer(ref byte[] destBuff, ref int destStart, byte[] srcBuff, int srcSt… in WriteToBuffer() method in System.Xml.Tests.TestFiles
871 … public static void WriteToBuffer(ref byte[] destBuffer, ref int destBuffLen, String strValue) in WriteToBuffer() method in System.Xml.Tests.TestFiles
875WriteToBuffer(ref destBuffer, ref destBuffLen, System.BitConverter.GetBytes(strValue[i])); in WriteToBuffer()
878 WriteToBuffer(ref destBuffer, ref destBuffLen, System.BitConverter.GetBytes('\0')); in WriteToBuffer()