2 references to ToImmutableAndFree
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorContexts.cs (1)
112
=> (_additionalSources.
ToImmutableAndFree
(), _diagnostics.ToReadOnlyAndFree());
SourceGeneration\IncrementalContexts.cs (1)
267
=> (Sources.
ToImmutableAndFree
(), Diagnostics.ToReadOnlyAndFree(), GeneratorRunStateBuilder.ToImmutableAndFree(), HostOutputBuilder.ToImmutable());