5 references to wcslen
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1186
NativeMemory.Clear((void*)s, (nuint)string.
wcslen
((char*)s) * sizeof(char));
1216
NativeMemory.Clear((void*)s, (nuint)string.
wcslen
((char*)s) * sizeof(char));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MemoryMarshal.cs (1)
253
value != null ? new ReadOnlySpan<char>(value, string.
wcslen
(value)) :
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
129
int count =
wcslen
(ptr);
src\System\StubHelpers.cs (1)
1205
length = string.
wcslen
((char*)pNativeHome);