26 references to wstrcpy
mscorlib (26)
system\environment.cs (1)
743String.wstrcpy(pBlock, pStrings, len);
system\io\pathhelper.cs (4)
188String.wstrcpy(m_arrayPtr, finalBuffer, result); 263String.wstrcpy(buffer, shortFileNameBuffer, r); 324String.wstrcpy(savedName, m_arrayPtr + lastSlash + 1, lenSavedName); 333String.wstrcpy(m_arrayPtr + Length, savedName, lenSavedName);
system\runtime\interopservices\marshal.cs (2)
1290String.wstrcpy((char*)hglobal, firstChar, s.Length + 1); 1889String.wstrcpy((char *)hglobal, firstChar, s.Length + 1);
system\string.cs (15)
749wstrcpy(dest + destinationIndex, src + sourceIndex, count); 763wstrcpy(dest, src, length); 786wstrcpy(dest, src + startIndex, length); 1310wstrcpy(dest, src + startIndex, length); 1548wstrcpy(pDest + destPos, pSrc, src.Length); 1584wstrcpy(dest, source, value.Length); 1614wstrcpy(dest, source + startIndex, length); 1717wstrcpy(dest, ptr, count); 1751wstrcpy(dest, pFrom, length); 2846wstrcpy(dst, srcThis, startIndex); 2847wstrcpy(dst + startIndex, srcInsert, insertLength); 2848wstrcpy(dst + startIndex + insertLength, srcThis + startIndex, oldLength - startIndex); 2934wstrcpy(dst, src, startIndex); 2935wstrcpy(dst + startIndex, src + startIndex + count, newLength - startIndex); 3040wstrcpy(dest, src, length);
system\text\stringbuilder.cs (4)
356string.wstrcpy(destinationPtr + chunkOffset, sourcePtr, chunkLength); 431string.wstrcpy(destinationPtr + curDestIndex, sourcePtr, chunkCount); 658string.wstrcpy(destPtr, valuePtr, valueLen); 1856string.wstrcpy(destinationPtr, sourcePtr, count);