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