1 write to SupportHint
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
330methodSpec.SupportHint = "Return type must be Task, ValueTask, Task<T> or ValueTask<T>";
2 references to SupportHint
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
HubServerProxyGenerator.Emitter.cs (2)
106body = methodSpec.SupportHint is null 108: $"throw new System.NotSupportedException(\"{methodSpec.SupportHint}\");";