4 writes to _currentFrameThis
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ClosureConversion.cs (4)
192_innermostFramePointer = _currentFrameThis = thisParameter; 1576_innermostFramePointer = _currentFrameThis = null; 1580_currentFrameThis = synthesizedMethod.ThisParameter; 1597_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 602if ((object)_currentFrameThis != null && TypeSymbol.Equals(_currentFrameThis.Type, frameClass, TypeCompareKind.ConsiderEverything2)) 1561var oldFrameThis = _currentFrameThis;