4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
2811
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2846
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2882
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
2891
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)