2 writes to topLevelMethod
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (2)
186this.topLevelMethod = member as MethodSymbol; 205this.topLevelMethod = member as MethodSymbol;
6 references to topLevelMethod
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\DefiniteAssignment.cs (1)
451if (!_requireOutParamsAssigned && ReferenceEquals(topLevelMethod, CurrentSymbol))
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (5)
287if (node.ParameterSymbol.ContainingSymbol == topLevelMethod) 297var thisSymbol = topLevelMethod.ThisParameter; 306CaptureVariable(topLevelMethod.ThisParameter, node.Syntax); 312CaptureVariable(topLevelMethod.ThisParameter, node.Syntax); 331new OutsideVariablesUsedInside(this, this.topLevelMethod, this).Visit(finallyBlock);