4 references to ContainsAttribute
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Parser.cs (4)
659
constructorSetsRequiredMembers = defaultCtor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
1632
constructorSetsRequiredMembers = constructor?.
ContainsAttribute
(_knownSymbols.SetsRequiredMembersAttributeType) == true;
2065
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))
2084
if (constructor.
ContainsAttribute
(_knownSymbols.JsonConstructorAttributeType))