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)
107
var newMap = _inputMap.
WithAlphaRename
(OriginalDefinition, this, out typeParameters);