2 references to EventGenerator
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpCodeGenerationService.cs (2)
96return Cast<TDeclarationNode>(EventGenerator.AddEventTo(Cast<TypeDeclarationSyntax>(destination), @event, info, availableIndices, cancellationToken)); 639return EventGenerator.GenerateEventDeclaration(@event, destination, info, cancellationToken);