5 references to JsonSerializableAttributeType
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
83
knownSymbols.
JsonSerializableAttributeType
!= null &&
323
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
333
if (SymbolEqualityComparer.Default.Equals(attributeClass, _knownSymbols.
JsonSerializableAttributeType
))
364
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
371
if (!SymbolEqualityComparer.Default.Equals(attributeData.AttributeClass, _knownSymbols.
JsonSerializableAttributeType
))