1 write to _compilation
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (1)
HubClientProxyGenerator.Parser.cs (1)
180
_compilation
= compilation;
3 references to _compilation
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (3)
HubClientProxyGenerator.Parser.cs (3)
208
var registerCallbackProviderSemanticModel =
_compilation
.GetSemanticModel(methodDeclarationSyntax.SyntaxTree);
251
var argModel =
_compilation
.GetSemanticModel(argType.SyntaxTree);
260
var argModel =
_compilation
.GetSemanticModel(als.Arguments[0].Expression.SyntaxTree);