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