5 references to ToImmutableAndClear
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\TemporaryArray`1.cs (1)
306
return _builder.
ToImmutableAndClear
();
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_InterpolatedString.cs (4)
962
var arguments = argumentsBuilder.
ToImmutableAndClear
();
966
parameterNamesAndLocations = parameterNamesAndLocationsBuilder.
ToImmutableAndClear
();
1004
builderAppendCallsArray.Add(builderAppendCalls.
ToImmutableAndClear
());
1005
positionInfoArray.Add(positionInfo.
ToImmutableAndClear
());