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