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