4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
780
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2627
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
3100
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
3119
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))