5 references to JsonSerializableAttributeType
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
82
knownSymbols.
JsonSerializableAttributeType
!= null &&
254
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
264
if (SymbolEqualityComparer.Default.Equals(attributeClass, _knownSymbols.
JsonSerializableAttributeType
))
295
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
302
if (!SymbolEqualityComparer.Default.Equals(attributeData.AttributeClass, _knownSymbols.
JsonSerializableAttributeType
))