1 write to ScopeSyntaxOpt
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
65
this.
ScopeSyntaxOpt
= scopeSyntaxOpt;
2 references to ScopeSyntaxOpt
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.cs (2)
654
Debug.Assert(frame.
ScopeSyntaxOpt
!= null);
655
LocalSymbol framePointer = new SynthesizedLocal(_topLevelMethod, TypeWithAnnotations.Create(frameType), SynthesizedLocalKind.LambdaDisplayClass, frame.
ScopeSyntaxOpt
);