4 writes to _currentFrameThis
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
187_innermostFramePointer = _currentFrameThis = thisParameter; 1573_innermostFramePointer = _currentFrameThis = null; 1577_currentFrameThis = synthesizedMethod.ThisParameter; 1594_currentFrameThis = oldFrameThis;
4 references to _currentFrameThis
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
46/// (3) The "this" symbol for the current method in <see cref="_currentFrameThis"/>, and 597if ((object)_currentFrameThis != null && TypeSymbol.Equals(_currentFrameThis.Type, frameClass, TypeCompareKind.ConsiderEverything2)) 1558var oldFrameThis = _currentFrameThis;