3 references to ToImmutableAndFree
Test.Utilities (3)
ArrayBuilder.cs (2)
261return tmp.ToImmutableAndFree(); 423dictionary.Add(pair.Key, pair.Value.ToImmutableAndFree());
WellKnownTypeProvider.cs (1)
125return typesByMetadataName?.ToImmutableAndFree() ?? ImmutableArray<INamedTypeSymbol>.Empty;