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