4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
1451
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1479
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
1497
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
1506
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)