4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
594
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
1452
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
1739
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
1758
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))