1 instantiation of SyntaxContextReceiver
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Roslyn3.11.cs (1)
37
context.RegisterForSyntaxNotifications(static () => new
SyntaxContextReceiver
(CancellationToken.None));
1 reference to SyntaxContextReceiver
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Roslyn3.11.cs (1)
46
if (executionContext.SyntaxContextReceiver is not
SyntaxContextReceiver
receiver || receiver.ContextClassDeclarations == null)