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