6 references to WithAlphaRename
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
60typeMap = lambdaFrame.TypeMap.WithAlphaRename( 68typeMap = TypeMap.Empty.WithAlphaRename(
Symbols\Extensions\RewrittenMethodSymbol.cs (1)
25_typeMap = typeMap.WithAlphaRename(typeParametersToAlphaRename, this, out _typeParameters);
Symbols\Synthesized\SynthesizedContainer.cs (1)
31TypeMap = TypeMap.Empty.WithAlphaRename(typeParametersToAlphaRename, this, out _typeParameters);
Symbols\TypeMap.cs (2)
142return WithAlphaRename(oldOwner.OriginalDefinition.TypeParameters, newOwner, out newTypeParameters); 148return WithAlphaRename(oldOwner.OriginalDefinition.TypeParameters, newOwner, out newTypeParameters);