1 write to SetterHubConnectionParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubClientProxyGenerator.Parser.cs (1)
237
sourceGenerationSpec.
SetterHubConnectionParameterName
= registerCallbackProviderMethodSymbol.Parameters[0].Name;
3 references to SetterHubConnectionParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (3)
HubClientProxyGenerator.Emitter.cs (3)
30
string.IsNullOrEmpty(_spec.
SetterHubConnectionParameterName
))
56
return (System.IDisposable) new CallbackProviderRegistration({methodName}({_spec.
SetterHubConnectionParameterName
}, ({fqtn}) {_spec.SetterProviderParameterName}));
71
{_spec.SetterMethodAccessibility} static partial System.IDisposable {_spec.SetterMethodName}<{_spec.SetterTypeParameterName}>(this HubConnection {_spec.
SetterHubConnectionParameterName
}, {_spec.SetterTypeParameterName} {_spec.SetterProviderParameterName})