4 references to ClearWithoutReferences
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
675SpanHelpers.ClearWithoutReferences(ref pStart, totalByteLength); 718SpanHelpers.ClearWithoutReferences(ref ptr, byteLength);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.cs (1)
52SpanHelpers.ClearWithoutReferences(ref *(byte*)ptr, byteCount);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
303SpanHelpers.ClearWithoutReferences(ref Unsafe.As<T, byte>(ref _reference), (uint)_length * (nuint)sizeof(T));