2 references to WithAlphaRename
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (1)
711_map = containingSymbol.TypeSubstitution.WithAlphaRename(originalDefinition, this, out _typeParameters);
Symbols\SubstitutedNamedTypeSymbol.cs (1)
107var newMap = _inputMap.WithAlphaRename(OriginalDefinition, this, out typeParameters);