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