1 write to _compilation
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubServerProxyGenerator.Parser.cs (1)
170
_compilation
= compilation;
2 references to _compilation
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
HubServerProxyGenerator.Parser.cs (2)
197
var getProxySemanticModel =
_compilation
.GetSemanticModel(methodDeclarationSyntax.SyntaxTree);
236
var argumentModel =
_compilation
.GetSemanticModel(proxyType.SyntaxTree);