1 instantiation of UnassignedVariablesWalker
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\UnassignedVariablesWalker.cs (1)
29var walker = new UnassignedVariablesWalker(compilation, member, node);
3 references to UnassignedVariablesWalker
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\CSharpDataFlowAnalysis.cs (1)
83? UnassignedVariablesWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode)
FlowAnalysis\UnassignedVariablesWalker.cs (1)
29var walker = new UnassignedVariablesWalker(compilation, member, node);
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
55var initiallyAssignedVariables = UnassignedVariablesWalker.Analyze(compilation, method, node, convertInsufficientExecutionStackExceptionToCancelledByStackGuardException: true);