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