5 references to ToImmutableAndClear
Microsoft.CodeAnalysis (1)
Collections\TemporaryArray`1.cs (1)
231
return _builder.
ToImmutableAndClear
();
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_InterpolatedString.cs (4)
794
var arguments = argumentsBuilder.
ToImmutableAndClear
();
798
parameterNamesAndLocations = parameterNamesAndLocationsBuilder.
ToImmutableAndClear
();
836
builderAppendCallsArray.Add(builderAppendCalls.
ToImmutableAndClear
());
837
positionInfoArray.Add(positionInfo.
ToImmutableAndClear
());