3 references to ToImmutableArray
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray_1.cs (1)
964return items.ToImmutableArray();
System.Reflection.Metadata (2)
System\Reflection\Internal\MemoryBlocks\AbstractMemoryBlock.cs (1)
37var result = new ReadOnlySpan<byte>(Pointer + start, length).ToImmutableArray();
System\Reflection\Metadata\Ecma335\BlobDictionary.cs (1)
54immutableKey = key.ToImmutableArray();