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