6 references to Analyze
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\ControlFlowPass.cs (1)
193ImmutableArray<PendingBranch> returns = Analyze(ref badRegion);
FlowAnalysis\DefiniteAssignment.cs (1)
682ImmutableArray<PendingBranch> returns = Analyze(ref badRegion);
FlowAnalysis\NullableWalker.cs (1)
1788ImmutableArray<PendingBranch> returns = walker.Analyze(ref badRegion, initialState);
FlowAnalysis\ReadWriteWalker.cs (1)
37walker.Analyze(ref badRegion);
FlowAnalysis\VariablesDeclaredWalker.cs (1)
28walker.Analyze(ref badRegion);
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
61walker.Analyze(ref badRegion);