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