5 references to WithNotNullState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3732
var result = resultType.
WithNotNullState
();
5127
resultTypeWithState = resultTypeWithState.
WithNotNullState
();
6679
returnState = returnState.
WithNotNullState
();
10067
operandType = operandType.
WithNotNullState
();
10690
rightState = rightState.
WithNotNullState
();