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