4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
2810
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2845
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2881
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
2890
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)