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