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