4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
2217
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2248
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2275
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
2284
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)