2 writes to topLevelMethod
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (2)
187this.topLevelMethod = member as MethodSymbol; 206this.topLevelMethod = member as MethodSymbol;
6 references to topLevelMethod
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\DefiniteAssignment.cs (1)
452if (!_requireOutParamsAssigned && ReferenceEquals(topLevelMethod, CurrentSymbol))
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (5)
261if (node.ParameterSymbol.ContainingSymbol == topLevelMethod) 271var thisSymbol = topLevelMethod.ThisParameter; 280CaptureVariable(topLevelMethod.ThisParameter, node.Syntax); 286CaptureVariable(topLevelMethod.ThisParameter, node.Syntax); 305new OutsideVariablesUsedInside(this, this.topLevelMethod, this).Visit(finallyBlock);