4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
1653
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1684
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1711
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
1720
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)