3 references to Fill
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.cs (1)
77SpanHelpers.Fill(ref *(byte*)ptr, byteCount, value);
src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
312SpanHelpers.Fill(ref _reference, (uint)_length, value);
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
300SpanHelpers.Fill(ref result._firstChar, (uint)count, c);