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