1 write to ContextClassDeclarations
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Roslyn3.11.cs (1)
106
(
ContextClassDeclarations
??= new()).Add((classSyntax, context.SemanticModel));
2 references to ContextClassDeclarations
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Roslyn3.11.cs (2)
46
if (executionContext.SyntaxContextReceiver is not SyntaxContextReceiver receiver || receiver.
ContextClassDeclarations
== null)
57
foreach ((ClassDeclarationSyntax? contextClassDeclaration, SemanticModel semanticModel) in receiver.
ContextClassDeclarations
)