4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
2504
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2535
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2562
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
2571
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)