4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
692
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2511
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2963
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
2982
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))