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