3 references to WithConcatAlphaRename
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
60
typeMap = lambdaFrame.TypeMap.
WithConcatAlphaRename
(
70
typeMap = TypeMap.Empty.
WithConcatAlphaRename
(
Symbols\Synthesized\SynthesizedContainer.cs (1)
37
TypeMap = TypeMap.Empty.
WithConcatAlphaRename
(containingMethod, this, out _typeParameters, out _constructedFromTypeParameters);