1 write to Generator
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
209
Generator
= generator;
5 references to Generator
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverTests.cs (5)
4451
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4461
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator2);
4493
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4511
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4625
driver = driver.RunGenerators(compilation, (ctx) => ctx.
Generator
== generator1);