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