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