4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
691
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2224
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2676
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
2695
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))