1 write to body
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
54
this.
body
= body;
11 references to body
Microsoft.CodeAnalysis.CSharp (11)
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (1)
713
rewriter.GenerateMoveNext(
body
, moveNextMethod);
Lowering\AsyncRewriter\AsyncRewriter.cs (2)
132
return Binder.GetWellKnownTypeMember(F.Compilation, member, bag,
body
.Syntax.Location);
296
rewriter.GenerateMoveNext(
body
, moveNextMethod);
Lowering\IteratorRewriter\IteratorRewriter.cs (5)
142
Binder.TryGetSpecialTypeMember(F.Compilation, member,
body
.Syntax, bag, out symbol);
148
Binder.GetSpecialType(F.Compilation, type,
body
.Syntax, bag);
162
Binder.Error(bag, ErrorCode.ERR_PropertyLacksGet,
body
.Syntax, symbol);
166
bag.ReportUseSite(getter,
body
.Syntax.Location);
345
rewriter.GenerateMoveNextAndDispose(
body
, moveNextMethod, disposeMethod);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (3)
95
if (this.
body
.HasErrors)
97
return this.
body
;
118
var variablesToHoist = IteratorAndAsyncCaptureWalker.Analyze(F.Compilation, method,
body
, diagnostics.DiagnosticBag);