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