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