5 references to JsonSerializableAttributeType
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
80
knownSymbols.
JsonSerializableAttributeType
!= null &&
252
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
262
if (SymbolEqualityComparer.Default.Equals(attributeClass, _knownSymbols.
JsonSerializableAttributeType
))
293
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
300
if (!SymbolEqualityComparer.Default.Equals(attributeData.AttributeClass, _knownSymbols.
JsonSerializableAttributeType
))