5 references to JsonSerializableAttributeType
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
86
knownSymbols.
JsonSerializableAttributeType
!= null &&
294
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
304
if (SymbolEqualityComparer.Default.Equals(attributeClass, _knownSymbols.
JsonSerializableAttributeType
))
335
Debug.Assert(_knownSymbols.
JsonSerializableAttributeType
!= null);
342
if (!SymbolEqualityComparer.Default.Equals(attributeData.AttributeClass, _knownSymbols.
JsonSerializableAttributeType
))