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
597
if ((object)
_currentFrameThis
!= null && TypeSymbol.Equals(
_currentFrameThis
.Type, frameClass, TypeCompareKind.ConsiderEverything2))
1558
var oldFrameThis =
_currentFrameThis
;