SourceGeneration\SyntaxAwareGeneratorTests.cs (13)
869spc.AddSource(fieldName, "");
909spc.AddSource(fieldName, "");
915spc.AddSource(className, "");
960spc.AddSource(fieldName, "");
1028spc.AddSource(fieldName, "");
1103spc.AddSource(fieldName, "");
1235spc.AddSource(fieldName, "");
1318spc.AddSource(fieldName, "");
1403spc.AddSource(fieldName, "");
1954ctx.RegisterSourceOutput(ctx.CompilationProvider, (spc, s) => spc.AddSource("test", ""));
2003ctx.RegisterSourceOutput(step1, (spc, c) => spc.AddSource("step1", ""));
2029ctx.RegisterSourceOutput(step1, (spc, c) => spc.AddSource("step1", ""));
2032ctx.RegisterSourceOutput(step2, (spc, c) => spc.AddSource("step2", ""));