1 reference to IndexOfNullByte
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
617internal static unsafe int strlen(byte* ptr) => SpanHelpers.IndexOfNullByte(ptr);