4 writes to _currentFrameThis
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
183_innermostFramePointer = _currentFrameThis = thisParameterOpt; 1545_innermostFramePointer = _currentFrameThis = null; 1549_currentFrameThis = synthesizedMethod.ThisParameter; 1566_currentFrameThis = oldFrameThis;
4 references to _currentFrameThis
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
45/// (3) The "this" symbol for the current method in <see cref="_currentFrameThis"/>, and 589if ((object)_currentFrameThis != null && TypeSymbol.Equals(_currentFrameThis.Type, frameClass, TypeCompareKind.ConsiderEverything2)) 1530var oldFrameThis = _currentFrameThis;