4 references to NotApplicable
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
2749
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2784
constructionStrategy = ObjectConstructionStrategy.
NotApplicable
;
2820
return constructionStrategy is ObjectConstructionStrategy.
NotApplicable
? null : constructorParameters;
2829
if (constructionStrategy is ObjectConstructionStrategy.
NotApplicable
|| properties is null)