1 write to MatchesConstructorParameter
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1770MatchesConstructorParameter = matchingConstructorParameter is not null,
2 references to MatchesConstructorParameter
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
1251int paramCount = nonOutParamCount + propertyInitializers.Count(propInit => !propInit.MatchesConstructorParameter); 1288if (spec.MatchesConstructorParameter)