1 write to GetterNamespace
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
224
sourceGenerationSpec.
GetterNamespace
= getProxyClassSymbol.ContainingNamespace.ToString();
3 references to GetterNamespace
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (3)
HubServerProxyGenerator.Emitter.cs (3)
52
$"{_spec.
GetterNamespace
}.{_spec.GetterClassName}.{classSpec.ClassTypeName}";
63
namespace {_spec.
GetterNamespace
}
147
namespace {_spec.
GetterNamespace
}