3 references to InferResultNullability
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
5366var inferredResult = InferResultNullability(operatorKind, method, returnType, leftType, rightType); 12134SetResultType(node, InferResultNullability(node.OperatorKind, node.Method, node.Type, leftType, rightType)); 12206SetResultType(binary, InferResultNullability(binary.OperatorKind, logicalOperator, binary.Type, leftType, rightType));