5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3613
var result = resultType.
WithNotNullState
();
4912
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6358
returnState = returnState.
WithNotNullState
();
9482
operandType = operandType.
WithNotNullState
();
10079
rightState = rightState.
WithNotNullState
();