2 references to FrameCache
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (1)
1568return ((BoundLocal)receiver).LocalSymbol.SynthesizedKind == SynthesizedLocalKind.FrameCache;
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
151this.cachedThis = F.SynthesizedLocal(thisProxyReplacement.Type, syntax: F.Syntax, kind: SynthesizedLocalKind.FrameCache);