5 references to AddSource
Microsoft.AspNetCore.Components.Testing.Generators (2)
StartupHookGenerator.cs (2)
22
ctx.
AddSource
("StartupHook.g.cs", StartupHookSource);
23
ctx.
AddSource
("HostingStartupAttribute.g.cs", HostingStartupAttributeSource);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
71
ctx.
AddSource
("LibraryImportInteropTypes.g.cs", GeneratedInteropTypes);
Microsoft.Maui.Controls.BindingSourceGen (1)
BindingSourceGenerator.cs (1)
39
spc.
AddSource
("GeneratedBindingInterceptorsCommon.g.cs", BindingCodeWriter.GenerateCommonCode());
System.Windows.Forms.PrivateSourceGenerators (1)
System\Windows\Forms\SourceGenerators\EnumValidationGenerator.cs (1)
37
context.
AddSource
("BaseValidator.cs", EnumValidatorStub);