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