5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3615
var result = resultType.
WithNotNullState
();
4917
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6363
returnState = returnState.
WithNotNullState
();
9493
operandType = operandType.
WithNotNullState
();
10090
rightState = rightState.
WithNotNullState
();