1 write to _IEnumerableOfTType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
34
public INamedTypeSymbol? IEnumerableOfTType => GetOrResolveType(typeof(IEnumerable<>), ref
_IEnumerableOfTType
);