1 write to Generator
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
208
Generator
= generator;
5 references to Generator
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverTests.cs (5)
4453
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4463
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator2);
4495
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4513
driver = driver.RunGenerators(compilation, ctx => ctx.
Generator
== generator1);
4627
driver = driver.RunGenerators(compilation, (ctx) => ctx.
Generator
== generator1);