5 references to wcslen
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1288
NativeMemory.Clear((void*)s, (nuint)string.
wcslen
((char*)s) * sizeof(char));
1318
NativeMemory.Clear((void*)s, (nuint)string.
wcslen
((char*)s) * sizeof(char));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MemoryMarshal.cs (1)
294
value != null ? new ReadOnlySpan<char>(value, string.
wcslen
(value)) :
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
131
int count =
wcslen
(ptr);
System\Text\StringBuilder.NativeAot.cs (1)
34
int len = string.
wcslen
(newBuffer);