1 write to _context
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Emitter.cs (1)
19
_context
= context;
2 references to _context
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
HubServerProxyGenerator.Emitter.cs (2)
75
_context
.AddSource("HubServerProxy.g.cs", SourceText.From(getProxy.ToString(), Encoding.UTF8));
163
_context
.AddSource($"HubServerProxy.{classSpec.ClassTypeName}.g.cs", SourceText.From(proxy.ToString(), Encoding.UTF8));