1 implementation of AddEventAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractCodeGenerationService.cs (1)
392
public virtual Task<Document>
AddEventAsync
(
1 reference to AddEventAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerator.cs (1)
31
=> GetCodeGenerationService(context.Solution.Services, destination.Language).
AddEventAsync
(context, destination, @event, cancellationToken);