2 references to ConstructEnclosing
System.Text.Json.SourceGeneration (2)
Helpers\RoslynExtensions.cs (2)
537INamedTypeSymbol? constructedContaining = ConstructEnclosing(typeDef.ContainingType, allArgs, ref offset); 563INamedTypeSymbol? outer = ConstructEnclosing(type.ContainingType, allArgs, ref offset);