1 write to GetterHubConnectionParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
226
sourceGenerationSpec.
GetterHubConnectionParameterName
= getProxyMethodSymbol.Parameters[0].Name;
3 references to GetterHubConnectionParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (3)
HubServerProxyGenerator.Emitter.cs (3)
30
string.IsNullOrEmpty(_spec.
GetterHubConnectionParameterName
))
56
return ({_spec.GetterTypeParameterName}) ({fqIntfTypeName}) new {fqClassTypeName}({_spec.
GetterHubConnectionParameterName
});
67
{_spec.GetterMethodAccessibility} static partial {_spec.GetterTypeParameterName} {_spec.GetterMethodName}<{_spec.GetterTypeParameterName}>(this HubConnection {_spec.
GetterHubConnectionParameterName
})