1 instantiation of Builder
Microsoft.CodeAnalysis (1)
SourceGeneration\CompilationCache.cs (1)
77
=> new
Builder
(this, inputCompilation, compilationWithPostInit);
6 references to Builder
Microsoft.CodeAnalysis (6)
SourceGeneration\CompilationCache.cs (5)
23
/// Driver code accumulates the run's inputs into a <see cref="
Builder
"/> obtained via
24
/// <see cref="ToBuilder"/>, then calls <see cref="
Builder
.ToImmutableAndFree"/> to obtain
34
/// every run replaces the seed via <see cref="
Builder
.ToImmutableAndFree"/> before reading.
59
/// read after a <see cref="
Builder
.ToImmutableAndFree"/> call has produced this cache;
76
public
Builder
ToBuilder(Compilation inputCompilation, Compilation compilationWithPostInit)
SourceGeneration\GeneratorDriver.cs (1)
395
var
cacheBuilder = state.CompilationCache.ToBuilder(inputCompilation, compilation);