1 write to SetterTypeParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubClientProxyGenerator.Parser.cs (1)
236sourceGenerationSpec.SetterTypeParameterName = registerCallbackProviderMethodSymbol.TypeParameters[0].Name;
5 references to SetterTypeParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (5)
HubClientProxyGenerator.Emitter.cs (5)
29string.IsNullOrEmpty(_spec.SetterTypeParameterName) || 54if (typeof({_spec.SetterTypeParameterName}) == typeof({fqtn})) 71{_spec.SetterMethodAccessibility} static partial System.IDisposable {_spec.SetterMethodName}<{_spec.SetterTypeParameterName}>(this HubConnection {_spec.SetterHubConnectionParameterName}, {_spec.SetterTypeParameterName} {_spec.SetterProviderParameterName}) 78throw new System.ArgumentException(nameof({_spec.SetterTypeParameterName}));