2 references to GetNullableState
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
4859var elementState = BestTypeInferrer.GetNullableState(expressionTypes);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1008NullableFlowState inferredState = BestTypeInferrer.GetNullableState(resultTypes);