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