3 references to MoveToArray
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensHelpers.cs (1)
258
return data.
MoveToArray
();
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\Extensions\FixedSizeArrayBuilder.cs (2)
37
/// The builder will be moved to an array (see <see cref="
MoveToArray
"/>) or <see cref="ImmutableArray{T}"/> (see <see
123
=> ImmutableCollectionsMarshal.AsImmutableArray(
MoveToArray
());