2 references to MoveToArray
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\FixedSizeArrayBuilder.cs (2)
31
/// The builder will be moved to an array (see <see cref="
MoveToArray
"/>) or <see cref="ImmutableArray{T}"/> (see <see
103
=> ImmutableCollectionsMarshal.AsImmutableArray(
MoveToArray
());