1 write to GetterTypeParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
225sourceGenerationSpec.GetterTypeParameterName = getProxyMethodSymbol.TypeParameters[0].Name;
6 references to GetterTypeParameterName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (6)
HubServerProxyGenerator.Emitter.cs (6)
29string.IsNullOrEmpty(_spec.GetterTypeParameterName) || 54if (typeof({_spec.GetterTypeParameterName}) == typeof({fqIntfTypeName})) 56return ({_spec.GetterTypeParameterName}) ({fqIntfTypeName}) new {fqClassTypeName}({_spec.GetterHubConnectionParameterName}); 67{_spec.GetterMethodAccessibility} static partial {_spec.GetterTypeParameterName} {_spec.GetterMethodName}<{_spec.GetterTypeParameterName}>(this HubConnection {_spec.GetterHubConnectionParameterName}) 70throw new System.ArgumentException(nameof({_spec.GetterTypeParameterName}));