6 references to MoveToImmutable
Microsoft.CodeAnalysis.Threading.Package (6)
src\Dependencies\Collections\Extensions\FixedSizeArrayBuilder.cs (4)
19/// <see cref="MoveToImmutable"/> is called, this type is entirely garbage free. In the non-golden path (usually 31/// Exactly that number of elements is actually added prior to calling <see cref="MoveToImmutable"/>. This means no 36/// cref="MoveToImmutable"/>). 116/// cref="MoveToImmutable"/> without that number of elements actually having been added to the builder. This will
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
194return builder.MoveToImmutable(); 527return builder.MoveToImmutable();