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