5 references to JsonSerializableAttributeType
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
71knownSymbols.JsonSerializableAttributeType != null && 243Debug.Assert(_knownSymbols.JsonSerializableAttributeType != null); 253if (SymbolEqualityComparer.Default.Equals(attributeClass, _knownSymbols.JsonSerializableAttributeType)) 284Debug.Assert(_knownSymbols.JsonSerializableAttributeType != null); 291if (!SymbolEqualityComparer.Default.Equals(attributeData.AttributeClass, _knownSymbols.JsonSerializableAttributeType))