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