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