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