3 references to ToImmutableAndClear
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (1)
3817return builder.ToImmutableAndClear();
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1147return builder.ToImmutableAndClear();
src\Dependencies\Collections\TemporaryArray`1.cs (1)
291return new(this.ToImmutableAndClear());