1 instantiation of ArgumentSpec
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
302var argumentSpec = new ArgumentSpec
3 references to ArgumentSpec
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (3)
HubServerProxyGenerator.Emitter.cs (1)
88foreach (var argumentSpec in methodSpec.Arguments)
HubServerProxyGenerator.Parser.cs (1)
302var argumentSpec = new ArgumentSpec
HubServerProxyGenerator.SourceGenerationSpec.cs (1)
36public List<ArgumentSpec> Arguments = new();