5 references to WithAlphaRename
Microsoft.CodeAnalysis.CSharp (4)
Lowering\MethodToClassRewriter.cs (1)
750
typeMap = typeMap.
WithAlphaRename
(methodBeingWrapped, this, out typeParameters);
Symbols\ReducedExtensionMethodSymbol.cs (1)
100
_typeMap = TypeMap.Empty.
WithAlphaRename
(reducedFrom, this, out _typeParameters);
Symbols\SubstitutedMethodSymbol.cs (1)
111
var newMap = _inputMap.
WithAlphaRename
(this.OriginalDefinition, this, out typeParameters);
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
46
typeMap.
WithAlphaRename
(interfaceMethod, this, out _typeParameters);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EECompilationContextMethod.cs (1)
38
typeMap.
WithAlphaRename
(underlyingMethod, this, out _typeParameters);