4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
1445
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1473
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1491
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
1500
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)