4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
600
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
1458
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
1745
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
1764
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))