5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3710
var result = resultType.
WithNotNullState
();
5014
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6482
returnState = returnState.
WithNotNullState
();
9717
operandType = operandType.
WithNotNullState
();
10340
rightState = rightState.
WithNotNullState
();