1 write to FullyQualifiedInterfaceTypeName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
256FullyQualifiedInterfaceTypeName = hubSymbol.ToString(),
2 references to FullyQualifiedInterfaceTypeName
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
HubServerProxyGenerator.Emitter.cs (2)
50var fqIntfTypeName = classSpec.FullyQualifiedInterfaceTypeName; 151private sealed class {classSpec.ClassTypeName} : {classSpec.FullyQualifiedInterfaceTypeName}