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