3 overrides of Meet
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
79
protected override bool
Meet
(ref LocalState self, ref LocalState other)
FlowAnalysis\DefiniteAssignment.cs (1)
2852
protected override bool
Meet
(ref LocalState self, ref LocalState other)
FlowAnalysis\NullableWalker.cs (1)
12127
protected override bool
Meet
(ref LocalState self, ref LocalState other)
6 references to Meet
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (4)
1413
Meet
(ref State, ref localFunctionState.StateFromTop);
1877
Meet
(ref endState, ref this.State);
1890
Meet
(ref stateToUpdate, ref this.State);
2588
Meet
(ref stateWhenNotNull, ref State);
FlowAnalysis\AbstractFlowPass_LocalFunctions.cs (2)
29
/// state is <see cref="
Meet
(ref TLocalState, ref TLocalState)"/>
170
Meet
(ref value, ref stateAtReturn);