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