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