4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
1476
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1504
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1522
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
1531
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)