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