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