7 references to IsNotNull
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (6)
1151
return !parameterState.
IsNotNull
();
1380
if (inputParamNames.IsEmpty || outputState.
IsNotNull
())
1389
&& GetState(ref state, inputSlot).
IsNotNull
())
5130
return resultType.State.
IsNotNull
()
9712
if (!isLiftedConversion || operandState.
IsNotNull
())
9714
var returnNotNull = operandState.
IsNotNull
() && method.ReturnNotNullIfParameterNotNull.Contains(parameter.Name);
Symbols\TypeWithState.cs (1)
94
(State.
IsNotNull
() || Type?.CanContainNull() == false ? NullableAnnotation.NotAnnotated : NullableAnnotation.Annotated);