5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3760
var result = resultType.
WithNotNullState
();
5356
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6915
returnState = returnState.
WithNotNullState
();
10477
operandType = operandType.
WithNotNullState
();
11255
rightState = rightState.
WithNotNullState
();