3 references to SyntaxOpt
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
1067
Debug.Assert(pendingCatch.
SyntaxOpt
.IsKind(SyntaxKind.TryStatement));
1068
var newLocal = F.SynthesizedLocal(local.Type, pendingCatch.
SyntaxOpt
, kind: SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
495
Debug.Assert(local.
SyntaxOpt
!= null);